Searched refs:EntInst (Results 1 – 1 of 1) sorted by relevance
1916 Instruction *EntInst = nullptr; in FindValueInExprValueMap() local1917 if (V && isa<Instruction>(V) && (EntInst = cast<Instruction>(V)) && in FindValueInExprValueMap()1919 EntInst->getFunction() == InsertPt->getFunction() && in FindValueInExprValueMap()1920 SE.DT.dominates(EntInst, InsertPt) && in FindValueInExprValueMap()1921 (SE.LI.getLoopFor(EntInst->getParent()) == nullptr || in FindValueInExprValueMap()1922 SE.LI.getLoopFor(EntInst->getParent())->contains(InsertPt))) in FindValueInExprValueMap()