Searched refs:EntInst (Results 1 – 1 of 1) sorted by relevance
1439 Instruction *EntInst = dyn_cast<Instruction>(V); in FindValueInExprValueMap() local1440 if (!EntInst) in FindValueInExprValueMap()1446 assert(EntInst->getFunction() == InsertPt->getFunction()); in FindValueInExprValueMap()1447 if (S->getType() != V->getType() || !SE.DT.dominates(EntInst, InsertPt) || in FindValueInExprValueMap()1448 !(SE.LI.getLoopFor(EntInst->getParent()) == nullptr || in FindValueInExprValueMap()1449 SE.LI.getLoopFor(EntInst->getParent())->contains(InsertPt))) in FindValueInExprValueMap()1453 if (SE.canReuseInstruction(S, EntInst, DropPoisonGeneratingInsts)) in FindValueInExprValueMap()