Lines Matching refs:ICMP_ULT
1481 if (UnsignedPred == ICmpInst::ICMP_ULT && EqPred == ICmpInst::ICMP_NE) in simplifyUnsignedRangeCheck()
1493 if (UnsignedPred == ICmpInst::ICMP_ULT && EqPred == ICmpInst::ICMP_EQ && in simplifyUnsignedRangeCheck()
1537 if (Pred0 == ICmpInst::ICMP_ULT && Pred1 == ICmpInst::ICMP_SGT) in SimplifyAndOfICmps()
1551 if (Pred0 == ICmpInst::ICMP_ULT && Pred1 == ICmpInst::ICMP_UGT) in SimplifyAndOfICmps()
2002 case CmpInst::ICMP_ULT: in computePointerICmp()
2240 case ICmpInst::ICMP_ULT: in SimplifyICmpInst()
2513 case ICmpInst::ICMP_ULT: in SimplifyICmpInst()
2593 case ICmpInst::ICMP_ULT: in SimplifyICmpInst()
2683 if (Pred == ICmpInst::ICMP_ULT) in SimplifyICmpInst()
2736 if (Pred == ICmpInst::ICMP_ULT) in SimplifyICmpInst()
2787 case ICmpInst::ICMP_ULT: in SimplifyICmpInst()
2818 case ICmpInst::ICMP_ULT: in SimplifyICmpInst()
3040 case CmpInst::ICMP_ULT: in SimplifyICmpInst()
3075 if (Pred == CmpInst::ICMP_ULT) in SimplifyICmpInst()
3461 if (Pred == ICmpInst::ICMP_ULT && C->isMinValue()) in SimplifySelectInst()