Searched refs:EdgePred (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | LazyValueInfo.cpp | 1155 CmpInst::Predicate EdgePred = in getValueFromICmpCondition() local 1160 if (EdgePred == ICmpInst::ICMP_EQ) in getValueFromICmpCondition() 1173 if (matchICmpOperand(Offset, LHS, Val, EdgePred)) in getValueFromICmpCondition() 1174 return getValueFromSimpleICmpCondition(EdgePred, RHS, Offset, ICI, in getValueFromICmpCondition() 1177 CmpInst::Predicate SwappedPred = CmpInst::getSwappedPredicate(EdgePred); in getValueFromICmpCondition() 1187 if (EdgePred == ICmpInst::ICMP_EQ) { in getValueFromICmpCondition() 1196 if (EdgePred == ICmpInst::ICMP_NE && !Mask->isZero() && C->isZero()) { in getValueFromICmpCondition() 1210 ConstantRange CR = ConstantRange::makeExactICmpRegion(EdgePred, *C); in getValueFromICmpCondition() 1220 if (CmpInst::isSigned(EdgePred) && in getValueFromICmpCondition() 1224 EdgePred, *C, [&](const APInt &RHS) -> std::optional<ConstantRange> { in getValueFromICmpCondition()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | PredicateInfo.cpp | 307 BasicBlock *EdgePred = PHI->getIncomingBlock(*VDUse.U); in stackIsInScope() local 308 if (EdgePred != getBranchBlock(Stack.back().PInfo)) in stackIsInScope()
|