Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:sgt

50     return Result->getValue().sgt(In1->getValue());
86 return Result->getValue().sgt(In1->getValue());
1374 if (V.sgt(1) && V.isPowerOf2()) {
1811 std::swap(Op0, Op1); // Change icmp sgt -> icmp slt
2074 if (Op0Min.sgt(Op1Max)) // A >s B -> true if min(A) > max(B)
2098 if (Op0Min.sgt(Op1Max)) // A <=s B -> false if min(A) > max(B)