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