Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DValueTracking.cpp6402 static Optional<bool> isImpliedCondMatchingOperands(CmpInst::Predicate APred, in isImpliedCondMatchingOperands() argument
6409 if (CmpInst::isImpliedTrueByMatchingCmp(APred, BPred)) in isImpliedCondMatchingOperands()
6411 if (CmpInst::isImpliedFalseByMatchingCmp(APred, BPred)) in isImpliedCondMatchingOperands()
6421 isImpliedCondMatchingImmOperands(CmpInst::Predicate APred, in isImpliedCondMatchingImmOperands() argument
6426 ConstantRange::makeExactICmpRegion(APred, C1->getValue()); in isImpliedCondMatchingImmOperands()
6450 CmpInst::Predicate APred = in isImpliedCondICmps() local
6457 APred, BPred, AreSwappedOps)) in isImpliedCondICmps()
6468 APred, cast<ConstantInt>(ARHS), BPred, cast<ConstantInt>(BRHS))) in isImpliedCondICmps()
6475 if (APred == BPred) in isImpliedCondICmps()
6476 return isImpliedCondOperands(APred, ALHS, ARHS, BLHS, BRHS, DL, Depth); in isImpliedCondICmps()