Searched refs:EntInst (Results 1 – 1 of 1) sorted by relevance
1382 Instruction *EntInst = dyn_cast<Instruction>(V); in FindValueInExprValueMap() local1383 if (!EntInst) in FindValueInExprValueMap()1389 assert(EntInst->getFunction() == InsertPt->getFunction()); in FindValueInExprValueMap()1390 if (S->getType() != V->getType() || !SE.DT.dominates(EntInst, InsertPt) || in FindValueInExprValueMap()1391 !(SE.LI.getLoopFor(EntInst->getParent()) == nullptr || in FindValueInExprValueMap()1392 SE.LI.getLoopFor(EntInst->getParent())->contains(InsertPt))) in FindValueInExprValueMap()1396 if (SE.canReuseInstruction(S, EntInst, DropPoisonGeneratingInsts)) in FindValueInExprValueMap()