Searched refs:EntInst (Results 1 – 1 of 1) sorted by relevance
1902 Instruction *EntInst = nullptr; in FindValueInExprValueMap() local1903 if (V && isa<Instruction>(V) && (EntInst = cast<Instruction>(V)) && in FindValueInExprValueMap()1905 EntInst->getFunction() == InsertPt->getFunction() && in FindValueInExprValueMap()1906 SE.DT.dominates(EntInst, InsertPt) && in FindValueInExprValueMap()1907 (SE.LI.getLoopFor(EntInst->getParent()) == nullptr || in FindValueInExprValueMap()1908 SE.LI.getLoopFor(EntInst->getParent())->contains(InsertPt))) in FindValueInExprValueMap()