Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DInstrTypes.h992 bool isFalseWhenEqual() const {
993 return isFalseWhenEqual(getPredicate());
1014 static bool isFalseWhenEqual(Predicate predicate);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DInstructionSimplify.cpp1554 (Pred0 == ICmpInst::ICMP_EQ && ICmpInst::isFalseWhenEqual(Pred1)) || in simplifyAndOfICmpsWithSameOperands()
2603 CmpInst::isFalseWhenEqual(Pred)); in computePointerICmp()
3695 if (CmpInst::isFalseWhenEqual(Pred)) in SimplifyFCmpInst()
H A DScalarEvolution.cpp9477 if (ICmpInst::isFalseWhenEqual(Pred)) in SimplifyICmpOperands()
10354 return CmpInst::isFalseWhenEqual(FoundPred); in isImpliedCondBalancedTypes()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp2654 C->isFalseWhenEqual())); in visitAllocSite()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp1830 else if (CI->isFalseWhenEqual()) in performSymbolicCmpEvaluation()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DInstructions.cpp3966 bool CmpInst::isFalseWhenEqual(Predicate predicate) { in isFalseWhenEqual() function in CmpInst