Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DValueTracking.cpp4059 static Optional<bool> isImpliedCondMatchingOperands(CmpInst::Predicate APred, in isImpliedCondMatchingOperands() argument
4069 if (CmpInst::isImpliedTrueByMatchingCmp(APred, BPred)) in isImpliedCondMatchingOperands()
4071 if (CmpInst::isImpliedFalseByMatchingCmp(APred, BPred)) in isImpliedCondMatchingOperands()
4081 isImpliedCondMatchingImmOperands(CmpInst::Predicate APred, Value *ALHS, in isImpliedCondMatchingImmOperands() argument
4086 ConstantRange::makeExactICmpRegion(APred, C1->getValue()); in isImpliedCondMatchingImmOperands()
4119 ICmpInst::Predicate APred, BPred; in isImpliedCondition() local
4123 if (!match(LHS, m_ICmp(APred, m_Value(ALHS), m_Value(ARHS))) || in isImpliedCondition()
4128 APred = CmpInst::getInversePredicate(APred); in isImpliedCondition()
4134 APred, ALHS, ARHS, BPred, BLHS, BRHS, IsSwappedOps)) in isImpliedCondition()
4145 APred, ALHS, cast<ConstantInt>(ARHS), BPred, BLHS, in isImpliedCondition()
[all …]