Lines Matching defs:retVal
406 for (const auto &retVal :
408 Operation *def = retVal.value().getDefiningOp();
414 valueMapping[forOp.getRegionIterArgs()[retVal.index()]]
419 newLoopArg.push_back(forOp.getInitArgs()[retVal.index()]);
621 for (const auto &retVal :
623 Operation *def = retVal.value().getDefiningOp();
629 setValueMapping(forOp.getRegionIterArgs()[retVal.index()],
630 retVal.value(), stage);
632 setValueMapping(forOp.getRegionIterArgs()[retVal.index()],
633 newForOp->getResult(retVal.index()),