Home | History | Annotate | Download | only in Scalar

Lines Matching refs:ICMP_SGT

341   case ICmpInst::ICMP_SGT:
498 // pred_ty predicate = IndVarIncreasing ? ICMP_SLT : ICMP_SGT;
710 if (Pred != ICmpInst::ICMP_SLT && Pred != ICmpInst::ICMP_SGT &&
731 IsSigned ? CmpInst::ICMP_SGT : CmpInst::ICMP_UGT;
760 if (Pred != ICmpInst::ICMP_SLT && Pred != ICmpInst::ICMP_SGT &&
803 auto Predicate = Signed ? ICmpInst::ICMP_SGT : ICmpInst::ICMP_UGT;
986 Pred = ICmpInst::ICMP_SGT;
995 bool GTPred = (Pred == ICmpInst::ICMP_SGT || Pred == ICmpInst::ICMP_UGT);
1037 Pred = ICmpInst::ICMP_SGT;
1058 bool GTPred = (Pred == ICmpInst::ICMP_SGT || Pred == ICmpInst::ICMP_UGT);
1069 Pred == ICmpInst::ICMP_SLT || Pred == ICmpInst::ICMP_SGT;