Searched refs:ExpandInst (Results 1 – 1 of 1) sorted by relevance
2078 Value *ExpandInst = Rewriter.expandCodeFor(AddRec, WideType, InsertPt); in createWideIV() local2081 if (!(WidePhi = dyn_cast<PHINode>(ExpandInst))) { in createWideIV()2085 if (ExpandInst->hasNUses(0) && in createWideIV()2086 Rewriter.isInsertedInstruction(cast<Instruction>(ExpandInst))) in createWideIV()2087 DeadInsts.emplace_back(ExpandInst); in createWideIV()