Searched refs:EntInst (Results 1 – 1 of 1) sorted by relevance
1468 Instruction *EntInst = dyn_cast<Instruction>(V); in FindValueInExprValueMap() local1469 if (!EntInst) in FindValueInExprValueMap()1475 assert(EntInst->getFunction() == InsertPt->getFunction()); in FindValueInExprValueMap()1476 if (S->getType() != V->getType() || !SE.DT.dominates(EntInst, InsertPt) || in FindValueInExprValueMap()1477 !(SE.LI.getLoopFor(EntInst->getParent()) == nullptr || in FindValueInExprValueMap()1478 SE.LI.getLoopFor(EntInst->getParent())->contains(InsertPt))) in FindValueInExprValueMap()1482 if (SE.canReuseInstruction(S, EntInst, DropPoisonGeneratingInsts)) in FindValueInExprValueMap()