Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/
DInstrTypes.h793 bool isFalseWhenEqual() const {
794 return isFalseWhenEqual(getPredicate());
815 static bool isFalseWhenEqual(unsigned short predicate);
/external/llvm/include/llvm/IR/
DInstrTypes.h1041 bool isFalseWhenEqual() const {
1042 return isFalseWhenEqual(getPredicate());
1075 static bool isFalseWhenEqual(Predicate predicate);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DInstrTypes.h1085 bool isFalseWhenEqual() const {
1086 return isFalseWhenEqual(getPredicate());
1107 static bool isFalseWhenEqual(Predicate predicate);
/external/swiftshader/third_party/LLVM/lib/Analysis/
DInstructionSimplify.cpp1492 return ConstantInt::get(ITy, CmpInst::isFalseWhenEqual(Pred)); in SimplifyICmpInst()
2143 if (CmpInst::isFalseWhenEqual(Pred)) in SimplifyFCmpInst()
DScalarEvolution.cpp5612 if (ICmpInst::isFalseWhenEqual(Pred)) in SimplifyICmpOperands()
5937 return CmpInst::isFalseWhenEqual(Pred); in isImpliedCond()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DInstructionSimplify.cpp1444 (Pred0 == ICmpInst::ICMP_EQ && ICmpInst::isFalseWhenEqual(Pred1)) || in simplifyAndOfICmpsWithSameOperands()
2319 CmpInst::isFalseWhenEqual(Pred)); in computePointerICmp()
3520 if (CmpInst::isFalseWhenEqual(Pred)) in SimplifyFCmpInst()
DScalarEvolution.cpp8736 if (ICmpInst::isFalseWhenEqual(Pred)) in SimplifyICmpOperands()
9464 return CmpInst::isFalseWhenEqual(FoundPred); in isImpliedCond()
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstructionCombining.cpp1150 C->isFalseWhenEqual())); in visitMalloc()
/external/llvm/lib/Analysis/
DInstructionSimplify.cpp2146 CmpInst::isFalseWhenEqual(Pred)); in computePointerICmp()
3203 if (CmpInst::isFalseWhenEqual(Pred)) in SimplifyFCmpInst()
DScalarEvolution.cpp7472 if (ICmpInst::isFalseWhenEqual(Pred)) in SimplifyICmpOperands()
8115 return CmpInst::isFalseWhenEqual(FoundPred); in isImpliedCond()
/external/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp1987 C->isFalseWhenEqual())); in visitAllocSite()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp2182 C->isFalseWhenEqual())); in visitAllocSite()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DInstructions.cpp3085 bool CmpInst::isFalseWhenEqual(unsigned short predicate) { in isFalseWhenEqual() function in CmpInst
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DNewGVN.cpp1879 else if (CI->isFalseWhenEqual()) in performSymbolicCmpEvaluation()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DInstructions.cpp3464 bool CmpInst::isFalseWhenEqual(Predicate predicate) { in isFalseWhenEqual() function in CmpInst
/external/llvm/lib/IR/
DInstructions.cpp3648 bool CmpInst::isFalseWhenEqual(Predicate predicate) { in isFalseWhenEqual() function in CmpInst