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