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

Declarations

include/llvm/IR/InstrTypes.h
  869   static Predicate getFlippedStrictnessPredicate(Predicate pred);

References

include/llvm/IR/InstrTypes.h
  863     return getFlippedStrictnessPredicate(getPredicate());
lib/Analysis/LoopInfo.cpp
  256     return ICmpInst::getFlippedStrictnessPredicate(Pred);
lib/Transforms/InstCombine/InstCombineCompares.cpp
 3873     return new ICmpInst(CmpInst::getFlippedStrictnessPredicate(Pred), B, A);
 3877     return new ICmpInst(CmpInst::getFlippedStrictnessPredicate(Pred), C, D);
 5195   CmpInst::Predicate NewPred = CmpInst::getFlippedStrictnessPredicate(Pred);
lib/Transforms/Scalar/LoopPredication.cpp
  586       ICmpInst::getFlippedStrictnessPredicate(LatchCheck.Pred);
  638       ICmpInst::getFlippedStrictnessPredicate(LatchCheck.Pred);