Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstrTypes.h1062 bool isFalseWhenEqual() const {
1063 return isFalseWhenEqual(getPredicate());
1084 static bool isFalseWhenEqual(Predicate predicate);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp1873 else if (CI->isFalseWhenEqual()) in performSymbolicCmpEvaluation()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInstructionSimplify.cpp2861 CmpInst::isFalseWhenEqual(Pred)); in computePointerICmp()
4108 if (CmpInst::isFalseWhenEqual(Pred)) in simplifyFCmpInst()
H A DScalarEvolution.cpp10777 if (ICmpInst::isFalseWhenEqual(Pred)) in SimplifyICmpOperands()
11741 return CmpInst::isFalseWhenEqual(FoundPred); in isImpliedCondBalancedTypes()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp3867 bool CmpInst::isFalseWhenEqual(Predicate predicate) { in isFalseWhenEqual() function in CmpInst
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp3292 C->isFalseWhenEqual())); in visitAllocSite()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp11026 (CmpInst::isTrueWhenEqual(Pred) || CmpInst::isFalseWhenEqual(Pred))) { in handleCmp()