Searched refs:BPred (Results 1 – 1 of 1) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | ValueTracking.cpp | 5410 CmpInst::Predicate BPred, in isImpliedCondMatchingOperands() argument 5414 BPred = ICmpInst::getSwappedPredicate(BPred); in isImpliedCondMatchingOperands() 5416 if (CmpInst::isImpliedTrueByMatchingCmp(APred, BPred)) in isImpliedCondMatchingOperands() 5418 if (CmpInst::isImpliedFalseByMatchingCmp(APred, BPred)) in isImpliedCondMatchingOperands() 5430 CmpInst::Predicate BPred, in isImpliedCondMatchingImmOperands() argument 5435 ConstantRange::makeAllowedICmpRegion(BPred, C2->getValue()); in isImpliedCondMatchingImmOperands() 5460 ICmpInst::Predicate BPred = RHS->getPredicate(); in isImpliedCondICmps() local 5466 APred, BPred, AreSwappedOps)) in isImpliedCondICmps() 5477 APred, cast<ConstantInt>(ARHS), BPred, cast<ConstantInt>(BRHS))) in isImpliedCondICmps() 5484 if (APred == BPred) in isImpliedCondICmps()
|