Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstrTypes.h1115 static bool isImpliedFalseByMatchingCmp(Predicate Pred1, Predicate Pred2);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp1935 if (CmpInst::isImpliedFalseByMatchingCmp(BranchPredicate, in performSymbolicCmpEvaluation()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp4461 bool CmpInst::isImpliedFalseByMatchingCmp(Predicate Pred1, Predicate Pred2) { in isImpliedFalseByMatchingCmp() function in CmpInst
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp8279 if (CmpInst::isImpliedFalseByMatchingCmp(LPred, RPred)) in isImpliedCondMatchingOperands()