Home
last modified time | relevance | path

Searched refs:numParamLoopIVs (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Dialect/Affine/Utils/
H A DLoopUtils.cpp2327 static bool getFullMemRefAsRegion(Operation *op, unsigned numParamLoopIVs, in getFullMemRefAsRegion() argument
2352 ivs.resize(numParamLoopIVs); in getFullMemRefAsRegion()
2355 regionCst->reset(rank, numParamLoopIVs, 0); in getFullMemRefAsRegion()
2356 regionCst->setValues(rank, rank + numParamLoopIVs, symbols); in getFullMemRefAsRegion()