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