Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir/IR/
DAffineExpr.h134 AffineExpr shiftSymbols(unsigned numSymbols, unsigned shift) const;
/external/llvm-project/mlir/lib/IR/
DAffineMap.cpp449 results.push_back(res.shiftSymbols(m.getNumSymbols(), numSymbols)); in concatAffineMaps()
DAffineExpr.cpp96 AffineExpr AffineExpr::shiftSymbols(unsigned numSymbols, unsigned shift) const { in shiftSymbols() function in AffineExpr