Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:ult

48     return Result->getValue().ult(In1->getValue());
1825 // Similarly, for a ULT comparison, we don't care about the trailing zeros.
1887 std::swap(Op0, Op1); // Change icmp ugt -> icmp ult
1889 case ICmpInst::ICMP_ULT:{ // icmp ult i1 A, B -> ~A & B
2033 if (Op0Max.ult(Op1Min) || Op0Min.ugt(Op1Max))
2070 if (Op0Max.ult(Op1Min) || Op0Min.ugt(Op1Max))
2107 if (Op0Max.ult(Op1Min)) // A <u B -> true if max(A) < min(B)
2188 if (Op0Max.ult(Op1Min)) // A >=u B -> false if max(A) < min(B)