• Home
  • Raw
  • Download

Lines Matching refs:ICMP_SGE

171       Pred = ICmpInst::ICMP_SGE;  in isSignTest()
1179 assert(Pred == ICmpInst::ICMP_SGT || Pred == ICmpInst::ICMP_SGE); in FoldICmpAddOpCst()
1304 return new ICmpInst(DivIsSigned ? ICmpInst::ICMP_SGE : in FoldICmpDivCst()
1318 return new ICmpInst(DivIsSigned ? ICmpInst::ICMP_SGE : in FoldICmpDivCst()
1337 return new ICmpInst(ICmpInst::ICMP_SGE, X, HiBound); in FoldICmpDivCst()
1866 ? ICmpInst::ICMP_SGE in visitICmpInstWithInstAndIntCst()
1974 if (Pred == ICmpInst::ICMP_SGT || Pred == ICmpInst::ICMP_SGE) in visitICmpInstWithInstAndIntCst()
2165 return new ICmpInst(ICmpInst::ICMP_SGE, LHSI->getOperand(0), in visitICmpInstWithInstAndIntCst()
2310 ICmpInst::ICMP_SLT : ICmpInst::ICMP_SGE; in visitICmpInstWithInstAndIntCst()
3101 if (Pred != ICmpInst::ICMP_SLE && Pred != ICmpInst::ICMP_SGE && in canonicalizeCmpWithConstant()
3224 case ICmpInst::ICMP_SGE: in visitICmpInst()
3293 return new ICmpInst(ICmpInst::ICMP_SGE, A, B); in visitICmpInst()
3566 case ICmpInst::ICMP_SGE: in visitICmpInst()
3864 if (A && NoOp0WrapProblem && Pred == CmpInst::ICMP_SGE && in visitICmpInst()
3876 return new ICmpInst(CmpInst::ICMP_SGE, A, Op1); in visitICmpInst()
3881 return new ICmpInst(CmpInst::ICMP_SGE, Op0, C); in visitICmpInst()
3889 if (C && NoOp1WrapProblem && Pred == CmpInst::ICMP_SGE && in visitICmpInst()
3991 case ICmpInst::ICMP_SGE: in visitICmpInst()
4380 Pred = LHSUnsigned ? ICmpInst::ICMP_UGE : ICmpInst::ICMP_SGE; in FoldFCmp_IntToFP_Cst()
4439 Pred == ICmpInst::ICMP_SGE) in FoldFCmp_IntToFP_Cst()
4512 Pred = ICmpInst::ICMP_SGE; in FoldFCmp_IntToFP_Cst()
4521 case ICmpInst::ICMP_SGE: in FoldFCmp_IntToFP_Cst()