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

  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
InstrTypes.h 930 static bool isRelational(Predicate P) { return !isEquality(P); }
933 bool isRelational() const { return !isEquality(); }
Instructions.h 1297 bool isRelational() const {
1303 static bool isRelational(Predicate P) {
1437 bool isRelational() const { return !isEquality(); }
  /src/external/apache2/llvm/dist/llvm/lib/IR/
Instructions.cpp 3868 assert(CmpInst::isRelational(pred) && "Call only with relational predicate!");
3929 assert(CmpInst::isRelational(pred) &&
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp 82 return ICmpInst::isRelational(Pred);
5264 assert(ICmpInst::isRelational(Pred) && ICmpInst::isIntPredicate(Pred) &&
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp 1492 if (!Cmp->isRelational())
MemorySanitizer.cpp 2482 assert(I.isRelational());
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
ScalarEvolution.cpp 9724 if (!ICmpInst::isRelational(Pred))
9827 if (!ICmpInst::isRelational(Pred))
10841 if (!ICmpInst::isRelational(Pred))

Completed in 62 milliseconds