Lines Matching refs:ICMP_SLE
126 case ICmpInst::ICMP_SLE: // True if LHS s<= RHS and RHS == -1 in isSignBitCheck()
157 pred = ICmpInst::ICMP_SLE; in isSignTest()
843 if (Pred == ICmpInst::ICMP_SLT || Pred == ICmpInst::ICMP_SLE) in FoldICmpAddOpCst()
1632 if (Pred == ICmpInst::ICMP_SLE) in visitICmpInstWithInstAndIntCst()
1643 if (Pred == ICmpInst::ICMP_SLT || Pred == ICmpInst::ICMP_SLE) in visitICmpInstWithInstAndIntCst()
2817 case ICmpInst::ICMP_SLE: { // icmp sle i1 A, B -> A | ~B in visitICmpInst()
2882 return new ICmpInst(ICmpInst::ICMP_SLE, A, B); in visitICmpInst()
2895 case ICmpInst::ICMP_SLE: in visitICmpInst()
3135 case ICmpInst::ICMP_SLE: in visitICmpInst()
3409 return new ICmpInst(CmpInst::ICMP_SLE, A, Op1); in visitICmpInst()
3417 if (A && NoOp0WrapProblem && Pred == CmpInst::ICMP_SLE && in visitICmpInst()
3432 if (C && NoOp1WrapProblem && Pred == CmpInst::ICMP_SLE && in visitICmpInst()
3444 return new ICmpInst(CmpInst::ICMP_SLE, Op0, C); in visitICmpInst()
3536 case ICmpInst::ICMP_SLE: in visitICmpInst()
3929 Pred = LHSUnsigned ? ICmpInst::ICMP_ULE : ICmpInst::ICMP_SLE; in FoldFCmp_IntToFP_Cst()
3955 Pred == ICmpInst::ICMP_SLE) in FoldFCmp_IntToFP_Cst()
4024 case ICmpInst::ICMP_SLE: in FoldFCmp_IntToFP_Cst()
4041 Pred = ICmpInst::ICMP_SLE; in FoldFCmp_IntToFP_Cst()