reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
4546 if (CmpRHS == TrueVal && match(CmpRHS, m_APInt(C1))) { 4550 C1->slt(*C2) && Pred == CmpInst::ICMP_SLT) 4555 C1->sgt(*C2) && Pred == CmpInst::ICMP_SGT) 4560 C1->ult(*C2) && Pred == CmpInst::ICMP_ULT) 4565 C1->ugt(*C2) && Pred == CmpInst::ICMP_UGT)