Lines Matching refs:ICMP_ULT
1486 if (UnsignedPred == ICmpInst::ICMP_ULT && EqPred == ICmpInst::ICMP_NE) in simplifyUnsignedRangeCheck()
1498 if (UnsignedPred == ICmpInst::ICMP_ULT && EqPred == ICmpInst::ICMP_EQ && in simplifyUnsignedRangeCheck()
1533 if (Pred0 == ICmpInst::ICMP_ULT && Pred1 == ICmpInst::ICMP_SGT) in SimplifyAndOfICmps()
1547 if (Pred0 == ICmpInst::ICMP_ULT && Pred1 == ICmpInst::ICMP_UGT) in SimplifyAndOfICmps()
1989 case CmpInst::ICMP_ULT: in computePointerICmp()
2214 case ICmpInst::ICMP_ULT: in SimplifyICmpInst()
2487 case ICmpInst::ICMP_ULT: in SimplifyICmpInst()
2567 case ICmpInst::ICMP_ULT: in SimplifyICmpInst()
2656 if (Pred == ICmpInst::ICMP_ULT) in SimplifyICmpInst()
2683 if (Pred == ICmpInst::ICMP_ULT) in SimplifyICmpInst()
2734 case ICmpInst::ICMP_ULT: in SimplifyICmpInst()
2765 case ICmpInst::ICMP_ULT: in SimplifyICmpInst()
2985 case CmpInst::ICMP_ULT: in SimplifyICmpInst()
3020 if (Pred == CmpInst::ICMP_ULT) in SimplifyICmpInst()
3401 if (Pred == ICmpInst::ICMP_ULT && C->isMinValue()) in SimplifySelectInst()