Searched refs:IVUse (Results 1 – 1 of 1) sorted by relevance
327 for (const IVStrideUse &IVUse : IVUses) { in print() local329 IVUse.getOperandValToReplace()->printAsOperand(OS, false); in print()330 OS << " = " << *getReplacementExpr(IVUse); in print()331 for (auto PostIncLoop : IVUse.PostIncLoops) { in print()337 if (IVUse.getUser()) in print()338 IVUse.getUser()->print(OS); in print()