reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Transforms/InstCombine/InstCombineCompares.cpp
 2646   if (!match(UnequalVal, m_Select(m_ICmp(PredB, m_Value(LHS2), m_Value(RHS2)),
 2654     PredB = ICmpInst::getSwappedPredicate(PredB);
 2654     PredB = ICmpInst::getSwappedPredicate(PredB);
 2659   if (PredB == ICmpInst::ICMP_SGT && isa<Constant>(RHS2)) {
 2662         getFlippedStrictnessPredicateAndConstant(PredB, cast<Constant>(RHS2));
 2669     PredB = ICmpInst::ICMP_SLT;
 2671   return PredB == ICmpInst::ICMP_SLT && RHS == RHS2;