Lines Matching defs:castedInitArgs
743 SmallVector<Value> castedInitArgs;
749 castedInitArgs.push_back(initArg);
755 castedInitArgs.push_back(castBuffer(rewriter, initArg, *targetType));
761 forOp.getStep(), castedInitArgs);
962 SmallVector<Value> castedInitArgs;
968 castedInitArgs.push_back(initArg);
974 castedInitArgs.push_back(castBuffer(rewriter, initArg, *targetType));
988 ValueRange argsRangeBefore(castedInitArgs);
991 whileOp.getLoc(), argsTypesAfter, castedInitArgs);
994 SmallVector<Location> bbArgLocsBefore(castedInitArgs.size(),