Searched refs:EdgePred (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | LazyValueInfo.cpp | 1166 CmpInst::Predicate EdgePred = in getValueFromICmpCondition() local 1171 if (EdgePred == ICmpInst::ICMP_EQ) in getValueFromICmpCondition() 1184 if (matchICmpOperand(Offset, LHS, Val, EdgePred)) in getValueFromICmpCondition() 1185 return getValueFromSimpleICmpCondition(EdgePred, RHS, Offset, ICI, in getValueFromICmpCondition() 1188 CmpInst::Predicate SwappedPred = CmpInst::getSwappedPredicate(EdgePred); in getValueFromICmpCondition() 1198 if (EdgePred == ICmpInst::ICMP_EQ) { in getValueFromICmpCondition() 1206 if (EdgePred == ICmpInst::ICMP_NE) in getValueFromICmpCondition() 1218 ConstantRange CR = ConstantRange::makeExactICmpRegion(EdgePred, *C); in getValueFromICmpCondition() 1228 if (CmpInst::isSigned(EdgePred) && in getValueFromICmpCondition() 1232 EdgePred, *C, [&](const APInt &RHS) -> std::optional<ConstantRange> { in getValueFromICmpCondition()
|
/freebsd/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()
|