Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/IR/
DBuilders.cpp341 SmallVector<AffineExpr, 4> shiftedResults; in getShiftedAffineMap() local
342 shiftedResults.reserve(map.getNumResults()); in getShiftedAffineMap()
344 shiftedResults.push_back(resultExpr + shift); in getShiftedAffineMap()
345 return AffineMap::get(map.getNumDims(), map.getNumSymbols(), shiftedResults, in getShiftedAffineMap()