Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DInstrTypes.h933 bool isFalseWhenEqual() const {
934 return isFalseWhenEqual(getPredicate());
955 static bool isFalseWhenEqual(Predicate predicate);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DInstructionSimplify.cpp1540 (Pred0 == ICmpInst::ICMP_EQ && ICmpInst::isFalseWhenEqual(Pred1)) || in simplifyAndOfICmpsWithSameOperands()
2520 CmpInst::isFalseWhenEqual(Pred)); in computePointerICmp()
3563 if (CmpInst::isFalseWhenEqual(Pred)) in SimplifyFCmpInst()
DScalarEvolution.cpp9082 if (ICmpInst::isFalseWhenEqual(Pred)) in SimplifyICmpOperands()
9807 return CmpInst::isFalseWhenEqual(FoundPred); in isImpliedCond()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp2452 C->isFalseWhenEqual())); in visitAllocSite()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DNewGVN.cpp1861 else if (CI->isFalseWhenEqual()) in performSymbolicCmpEvaluation()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DInstructions.cpp3747 bool CmpInst::isFalseWhenEqual(Predicate predicate) { in isFalseWhenEqual() function in CmpInst