Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:ule

2146     //   cmp ule mulval, max
2158 // cmp ule mulval, max + 1
2393 std::swap(Op0, Op1); // Change icmp uge -> icmp ule
2395 case ICmpInst::ICMP_ULE: { // icmp ule i1 A, B -> ~A | B
2635 if (Op0Max.ule(Op1Min)) // A >u B -> false if max(A) <= max(B)
2701 if (Op0Max.ule(Op1Min)) // A <=u B -> true if max(A) <= min(B)