Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp1782 Instruction *EntInst = dyn_cast<Instruction>(V); in FindValueInExprValueMap() local
1783 if (!EntInst) in FindValueInExprValueMap()
1786 assert(EntInst->getFunction() == InsertPt->getFunction()); in FindValueInExprValueMap()
1788 SE.DT.dominates(EntInst, InsertPt) && in FindValueInExprValueMap()
1789 (SE.LI.getLoopFor(EntInst->getParent()) == nullptr || in FindValueInExprValueMap()
1790 SE.LI.getLoopFor(EntInst->getParent())->contains(InsertPt))) in FindValueInExprValueMap()