Searched refs:moldType (Results 1 – 1 of 1) sorted by relevance
239 std::optional<DynamicType> moldType; in FoldTransfer() local241 moldType = arguments[1]->GetType(); in FoldTransfer()245 if (moldType && sourceBytes) { in FoldTransfer()249 moldType->MeasureSizeInBytes(context, true)}) { in FoldTransfer()265 if (sourceBytes && IsActuallyConstant(*source) && moldType && extents) { in FoldTransfer()270 return image.AsConstant(context, *moldType, *extents, true /*pad with 0*/); in FoldTransfer()