Home
last modified time | relevance | path

Searched refs:isImpliedFalseByMatchingCmp (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/gnu/llvm/llvm/include/llvm/IR/
DInstrTypes.h1042 static bool isImpliedFalseByMatchingCmp(Predicate Pred1, Predicate Pred2);
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Scalar/
DNewGVN.cpp1926 if (CmpInst::isImpliedFalseByMatchingCmp(BranchPredicate, in performSymbolicCmpEvaluation()
/openbsd/src/gnu/llvm/llvm/lib/IR/
DInstructions.cpp4477 bool CmpInst::isImpliedFalseByMatchingCmp(Predicate Pred1, Predicate Pred2) { in isImpliedFalseByMatchingCmp() function in CmpInst
/openbsd/src/gnu/llvm/llvm/lib/Analysis/
DValueTracking.cpp6847 if (CmpInst::isImpliedFalseByMatchingCmp(LPred, RPred)) in isImpliedCondMatchingOperands()