Searched refs:isImpliedTrueByMatchingCmp (Results 1 – 8 of 8) sorted by relevance
/external/llvm/include/llvm/IR/ |
D | InstrTypes.h | 1047 bool isImpliedTrueByMatchingCmp(Predicate Pred2) { 1048 return isImpliedTrueByMatchingCmp(getPredicate(), Pred2); 1079 static bool isImpliedTrueByMatchingCmp(Predicate Pred1, Predicate Pred2);
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | InstrTypes.h | 1111 static bool isImpliedTrueByMatchingCmp(Predicate Pred1, Predicate Pred2);
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | Instructions.cpp | 3472 bool CmpInst::isImpliedTrueByMatchingCmp(Predicate Pred1, Predicate Pred2) { in isImpliedTrueByMatchingCmp() function in CmpInst 3498 return isImpliedTrueByMatchingCmp(Pred1, getInversePredicate(Pred2)); in isImpliedFalseByMatchingCmp()
|
/external/llvm/lib/IR/ |
D | Instructions.cpp | 3656 bool CmpInst::isImpliedTrueByMatchingCmp(Predicate Pred1, Predicate Pred2) { in isImpliedTrueByMatchingCmp() function in CmpInst 3682 return isImpliedTrueByMatchingCmp(Pred1, getInversePredicate(Pred2)); in isImpliedFalseByMatchingCmp()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | InstructionSimplify.cpp | 1439 if (ICmpInst::isImpliedTrueByMatchingCmp(Pred0, Pred1)) in simplifyAndOfICmpsWithSameOperands() 1464 if (ICmpInst::isImpliedTrueByMatchingCmp(Pred0, Pred1)) in simplifyOrOfICmpsWithSameOperands()
|
D | ValueTracking.cpp | 4988 if (CmpInst::isImpliedTrueByMatchingCmp(APred, BPred)) in isImpliedCondMatchingOperands()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | NewGVN.cpp | 1937 if (CmpInst::isImpliedTrueByMatchingCmp(BranchPredicate, in performSymbolicCmpEvaluation()
|
/external/llvm/lib/Analysis/ |
D | ValueTracking.cpp | 4069 if (CmpInst::isImpliedTrueByMatchingCmp(APred, BPred)) in isImpliedCondMatchingOperands()
|