Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DInstrTypes.h840 bool isFalseWhenEqual() const {
841 return isFalseWhenEqual(getPredicate());
862 static bool isFalseWhenEqual(unsigned short predicate);
/external/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp1885 C->isFalseWhenEqual())); in visitAllocSite()
/external/llvm/lib/IR/
DInstructions.cpp3283 bool CmpInst::isFalseWhenEqual(unsigned short predicate) { in isFalseWhenEqual() function in CmpInst
/external/llvm/lib/Analysis/
DScalarEvolution.cpp6449 if (ICmpInst::isFalseWhenEqual(Pred)) in SimplifyICmpOperands()
6894 return CmpInst::isFalseWhenEqual(FoundPred); in isImpliedCond()
DInstructionSimplify.cpp3067 if (CmpInst::isFalseWhenEqual(Pred)) in SimplifyFCmpInst()