Home
last modified time | relevance | path

Searched refs:isFalseWhenEqual (Results 1 – 5 of 5) sorted by relevance

/external/llvm/include/llvm/IR/
DInstrTypes.h1057 bool isFalseWhenEqual() const {
1058 return isFalseWhenEqual(getPredicate());
1079 static bool isFalseWhenEqual(Predicate predicate);
/external/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp1950 C->isFalseWhenEqual())); in visitAllocSite()
/external/llvm/lib/IR/
DInstructions.cpp3573 bool CmpInst::isFalseWhenEqual(Predicate predicate) { in isFalseWhenEqual() function in CmpInst
/external/llvm/lib/Analysis/
DScalarEvolution.cpp6990 if (ICmpInst::isFalseWhenEqual(Pred)) in SimplifyICmpOperands()
7654 return CmpInst::isFalseWhenEqual(FoundPred); in isImpliedCond()
DInstructionSimplify.cpp3148 if (CmpInst::isFalseWhenEqual(Pred)) in SimplifyFCmpInst()