Lines Matching refs:ICMP_ULE
821 if (Pred == ICmpInst::ICMP_ULT || Pred == ICmpInst::ICMP_ULE) { in FoldICmpAddOpCst()
1528 : ICmpInst::ICMP_ULE, in visitICmpInstWithInstAndIntCst()
1612 Pred = ICmpInst::ICMP_ULE; in visitICmpInstWithInstAndIntCst()
2443 case ICmpInst::ICMP_ULE: in ProcessUMulZExtIdiom()
2532 case ICmpInst::ICMP_ULE: in ProcessUMulZExtIdiom()
2810 case ICmpInst::ICMP_ULE: { // icmp ule i1 A, B -> ~A | B in visitICmpInst()
2891 case ICmpInst::ICMP_ULE: in visitICmpInst()
3149 case ICmpInst::ICMP_ULE: in visitICmpInst()
3929 Pred = LHSUnsigned ? ICmpInst::ICMP_ULE : ICmpInst::ICMP_SLE; in FoldFCmp_IntToFP_Cst()
3967 Pred == ICmpInst::ICMP_ULE) in FoldFCmp_IntToFP_Cst()
4018 case ICmpInst::ICMP_ULE: in FoldFCmp_IntToFP_Cst()
4035 Pred = ICmpInst::ICMP_ULE; in FoldFCmp_IntToFP_Cst()