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

Declarations

lib/Transforms/InstCombine/InstCombineInternal.h
  156 getFlippedStrictnessPredicateAndConstant(CmpInst::Predicate Pred, Constant *C);

References

lib/Transforms/InstCombine/InstCombineCompares.cpp
 2662         getFlippedStrictnessPredicateAndConstant(PredB, cast<Constant>(RHS2));
 5219   auto FlippedStrictness = getFlippedStrictnessPredicateAndConstant(Pred, Op1C);
lib/Transforms/InstCombine/InstCombineSelect.cpp
 1360   auto FlippedStrictness = getFlippedStrictnessPredicateAndConstant(Pred, C0);