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

  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
InstrTypes.h 992 bool isFalseWhenEqual() const {
993 return isFalseWhenEqual(getPredicate());
1014 static bool isFalseWhenEqual(Predicate predicate);
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
InstructionSimplify.cpp 1554 (Pred0 == ICmpInst::ICMP_EQ && ICmpInst::isFalseWhenEqual(Pred1)) ||
2603 CmpInst::isFalseWhenEqual(Pred));
3695 if (CmpInst::isFalseWhenEqual(Pred))
ScalarEvolution.cpp 9477 if (ICmpInst::isFalseWhenEqual(Pred))
10354 return CmpInst::isFalseWhenEqual(FoundPred);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp 2654 C->isFalseWhenEqual()));
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
NewGVN.cpp 1830 else if (CI->isFalseWhenEqual())
  /src/external/apache2/llvm/dist/llvm/lib/IR/
Instructions.cpp 3966 bool CmpInst::isFalseWhenEqual(Predicate predicate) {

Completed in 94 milliseconds