Lines Matching refs:ICMP_ULT
452 return new ICmpInst(ICmpInst::ICMP_ULT, Idx, End); in FoldCmpLoadFromIndexedGlobal()
821 if (Pred == ICmpInst::ICMP_ULT || Pred == ICmpInst::ICMP_ULE) { in FoldICmpAddOpCst()
831 return new ICmpInst(ICmpInst::ICMP_ULT, X, ConstantExpr::getNeg(CI)); in FoldICmpAddOpCst()
982 ICmpInst::ICMP_ULT, X, HiBound); in FoldICmpDivCst()
990 ICmpInst::ICMP_ULT, X, LoBound); in FoldICmpDivCst()
996 case ICmpInst::ICMP_ULT: in FoldICmpDivCst()
1304 return new ICmpInst(ICmpInst::ICMP_ULT, LHSI->getOperand(0), XorCst); in visitICmpInstWithInstAndIntCst()
1308 if (ICI.getPredicate() == ICmpInst::ICMP_ULT && in visitICmpInstWithInstAndIntCst()
1611 if (Pred == ICmpInst::ICMP_ULT) in visitICmpInstWithInstAndIntCst()
1623 else if (Pred == ICmpInst::ICMP_ULT) in visitICmpInstWithInstAndIntCst()
1789 if (ICI.getPredicate() == ICmpInst::ICMP_ULT && LHSI->hasOneUse() && in visitICmpInstWithInstAndIntCst()
1825 return new ICmpInst(ICmpInst::ICMP_ULT, LHSI->getOperand(0), in visitICmpInstWithInstAndIntCst()
1836 if (ICI.getPredicate() == ICmpInst::ICMP_ULT && LHSI->hasOneUse() && in visitICmpInstWithInstAndIntCst()
1962 ICmpInst::ICMP_UGE : ICmpInst::ICMP_ULT; in visitICmpInstWithInstAndIntCst()
2123 if (ICI.getPredicate() == ICmpInst::ICMP_ULT) in visitICmpInstWithCastAndCast()
2455 case ICmpInst::ICMP_ULT: in ProcessUMulZExtIdiom()
2531 case ICmpInst::ICMP_ULT: in ProcessUMulZExtIdiom()
2573 case ICmpInst::ICMP_ULT: { in DemandedBitsLHSMask()
2796 case ICmpInst::ICMP_ULT:{ // icmp ult i1 A, B -> ~A & B in visitICmpInst()
2893 return new ICmpInst(ICmpInst::ICMP_ULT, Op0, in visitICmpInst()
3048 return new ICmpInst(ICmpInst::ICMP_ULT, X, in visitICmpInst()
3064 case ICmpInst::ICMP_ULT: in visitICmpInst()
3622 if (match(BO0, BitwiseAnd) && I.getPredicate() == ICmpInst::ICMP_ULT) { in visitICmpInst()
3760 : ICmpInst::ICMP_ULT; in visitICmpInst()
3925 Pred = LHSUnsigned ? ICmpInst::ICMP_ULT : ICmpInst::ICMP_SLT; in FoldFCmp_IntToFP_Cst()
3966 if (Pred == ICmpInst::ICMP_NE || Pred == ICmpInst::ICMP_ULT || in FoldFCmp_IntToFP_Cst()
4030 case ICmpInst::ICMP_ULT: in FoldFCmp_IntToFP_Cst()