Lines Matching refs:slt
50 return Result->getValue().slt(In1->getValue());
83 return Result->getValue().slt(In1->getValue());
1810 std::swap(Op0, Op1); // Change icmp sgt -> icmp slt
1812 case ICmpInst::ICMP_SLT: { // icmp slt i1 A, B -> A & ~B
2060 if (Op0Max.slt(Op1Min)) // A <s B -> true if max(A) < min(C)
2090 if (Op0Max.slt(Op1Min)) // A >=s B -> false if max(A) < min(B)