Searched refs:EntInst (Results 1 – 1 of 1) sorted by relevance
1782 Instruction *EntInst = dyn_cast<Instruction>(V); in FindValueInExprValueMap() local1783 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()