HomeSort by: relevance | last modified time | path
    Searched refs:getFlippedStrictnessPredicate (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
LoopPredication.cpp 598 ICmpInst::getFlippedStrictnessPredicate(LatchCheck.Pred);
650 ICmpInst::getFlippedStrictnessPredicate(LatchCheck.Pred);
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
InstrTypes.h 897 static Predicate getFlippedStrictnessPredicate(Predicate pred);
905 Predicate getFlippedStrictnessPredicate() const {
906 return getFlippedStrictnessPredicate(getPredicate());
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
LoopInfo.cpp 260 return ICmpInst::getFlippedStrictnessPredicate(Pred);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp 3982 return new ICmpInst(CmpInst::getFlippedStrictnessPredicate(Pred), B, A);
3986 return new ICmpInst(CmpInst::getFlippedStrictnessPredicate(Pred), C, D);
5318 CmpInst::Predicate NewPred = CmpInst::getFlippedStrictnessPredicate(Pred);
  /src/external/apache2/llvm/dist/llvm/lib/IR/
Instructions.cpp 3867 CmpInst::Predicate CmpInst::getFlippedStrictnessPredicate(Predicate pred) {

Completed in 36 milliseconds