Searched refs:IVUse (Results 1 – 1 of 1) sorted by relevance
273 for (const IVStrideUse &IVUse : IVUses) { in print() local275 IVUse.getOperandValToReplace()->printAsOperand(OS, false); in print()276 OS << " = " << *getReplacementExpr(IVUse); in print()277 for (const auto *PostIncLoop : IVUse.PostIncLoops) { in print()283 if (IVUse.getUser()) in print()284 IVUse.getUser()->print(OS); in print()