Lines Matching refs:ICMP_UGE
136 case ICmpInst::ICMP_UGE: in isSignBitCheck()
760 if (Pred == ICmpInst::ICMP_UGT || Pred == ICmpInst::ICMP_UGE) in FoldICmpAddOpCst()
910 ICmpInst::ICMP_UGE, X, LoBound); in FoldICmpDivCst()
924 ICmpInst::ICMP_UGE, X, HiBound); in FoldICmpDivCst()
941 return new ICmpInst(ICmpInst::ICMP_UGE, X, HiBound); in FoldICmpDivCst()
1123 return getICmp(I.ICMP_UGE, A, in FoldICmpCstShlCst()
1230 return new ICmpInst(ICmpInst::ICMP_UGE, LHSI->getOperand(0), XorCst); in visitICmpInstWithInstAndIntCst()
1507 else if (Pred == ICmpInst::ICMP_UGE) in visitICmpInstWithInstAndIntCst()
1515 if (Pred == ICmpInst::ICMP_UGE) in visitICmpInstWithInstAndIntCst()
1722 return new ICmpInst(ICmpInst::ICMP_UGE, LHSI->getOperand(0), in visitICmpInstWithInstAndIntCst()
1856 ICmpInst::ICMP_UGE : ICmpInst::ICMP_ULT; in visitICmpInstWithInstAndIntCst()
2337 case ICmpInst::ICMP_UGE: in ProcessUMulZExtIdiom()
2432 case ICmpInst::ICMP_UGE: in ProcessUMulZExtIdiom()
2713 case ICmpInst::ICMP_UGE: in visitICmpInst()
2805 case ICmpInst::ICMP_UGE: in visitICmpInst()
3050 case ICmpInst::ICMP_UGE: in visitICmpInst()
3624 ? ICmpInst::ICMP_UGE in visitICmpInst()
3777 Pred = LHSUnsigned ? ICmpInst::ICMP_UGE : ICmpInst::ICMP_SGE; in FoldFCmp_IntToFP_Cst()
3847 Pred == ICmpInst::ICMP_UGE) in FoldFCmp_IntToFP_Cst()
3911 case ICmpInst::ICMP_UGE: in FoldFCmp_IntToFP_Cst()