Searched refs:EntInst (Results 1 – 1 of 1) sorted by relevance
1781 Instruction *EntInst = dyn_cast<Instruction>(V); in FindValueInExprValueMap() local1782 if (!EntInst) in FindValueInExprValueMap()1785 assert(EntInst->getFunction() == InsertPt->getFunction()); in FindValueInExprValueMap()1787 SE.DT.dominates(EntInst, InsertPt) && in FindValueInExprValueMap()1788 (SE.LI.getLoopFor(EntInst->getParent()) == nullptr || in FindValueInExprValueMap()1789 SE.LI.getLoopFor(EntInst->getParent())->contains(InsertPt))) in FindValueInExprValueMap()