Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DLazyValueInfo.cpp1080 CmpInst::Predicate EdgePred = in getValueFromICmpCondition() local
1085 if (EdgePred == ICmpInst::ICMP_EQ) in getValueFromICmpCondition()
1098 if (matchICmpOperand(Offset, LHS, Val, EdgePred)) in getValueFromICmpCondition()
1099 return getValueFromSimpleICmpCondition(EdgePred, RHS, Offset); in getValueFromICmpCondition()
1101 CmpInst::Predicate SwappedPred = CmpInst::getSwappedPredicate(EdgePred); in getValueFromICmpCondition()
1110 if (EdgePred == ICmpInst::ICMP_EQ) { in getValueFromICmpCondition()
1119 if (EdgePred == ICmpInst::ICMP_NE && !Mask->isZero() && C->isZero()) { in getValueFromICmpCondition()
1133 ConstantRange CR = ConstantRange::makeExactICmpRegion(EdgePred, *C); in getValueFromICmpCondition()
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DPredicateInfo.cpp314 BasicBlock *EdgePred = PHI->getIncomingBlock(*VDUse.U); in stackIsInScope() local
315 if (EdgePred != getBranchBlock(Stack.back().PInfo)) in stackIsInScope()