Searched refs:BPred (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Analysis/ |
D | ValueTracking.cpp | 4061 CmpInst::Predicate BPred, in isImpliedCondMatchingOperands() argument 4067 BPred = ICmpInst::getSwappedPredicate(BPred); in isImpliedCondMatchingOperands() 4069 if (CmpInst::isImpliedTrueByMatchingCmp(APred, BPred)) in isImpliedCondMatchingOperands() 4071 if (CmpInst::isImpliedFalseByMatchingCmp(APred, BPred)) in isImpliedCondMatchingOperands() 4082 ConstantInt *C1, CmpInst::Predicate BPred, in isImpliedCondMatchingImmOperands() argument 4088 ConstantRange::makeAllowedICmpRegion(BPred, C2->getValue()); in isImpliedCondMatchingImmOperands() 4119 ICmpInst::Predicate APred, BPred; in isImpliedCondition() local 4124 !match(RHS, m_ICmp(BPred, m_Value(BLHS), m_Value(BRHS)))) in isImpliedCondition() 4134 APred, ALHS, ARHS, BPred, BLHS, BRHS, IsSwappedOps)) in isImpliedCondition() 4145 APred, ALHS, cast<ConstantInt>(ARHS), BPred, BLHS, in isImpliedCondition() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | ValueTracking.cpp | 4979 CmpInst::Predicate BPred, in isImpliedCondMatchingOperands() argument 4986 BPred = ICmpInst::getSwappedPredicate(BPred); in isImpliedCondMatchingOperands() 4988 if (CmpInst::isImpliedTrueByMatchingCmp(APred, BPred)) in isImpliedCondMatchingOperands() 4990 if (CmpInst::isImpliedFalseByMatchingCmp(APred, BPred)) in isImpliedCondMatchingOperands() 5002 CmpInst::Predicate BPred, in isImpliedCondMatchingImmOperands() argument 5008 ConstantRange::makeAllowedICmpRegion(BPred, C2->getValue()); in isImpliedCondMatchingImmOperands() 5033 ICmpInst::Predicate BPred = RHS->getPredicate(); in isImpliedCondICmps() local 5039 APred, ALHS, ARHS, BPred, BLHS, BRHS, IsSwappedOps)) in isImpliedCondICmps() 5050 APred, ALHS, cast<ConstantInt>(ARHS), BPred, BLHS, in isImpliedCondICmps() 5058 if (APred == BPred) in isImpliedCondICmps()
|