Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/CAPI/IR/
H A DAffineMap.cpp91 return unwrap(affineMap).getSingleConstantResult(); in mlirAffineMapGetSingleConstantResult()
/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DAffineMap.h147 int64_t getSingleConstantResult() const;
/llvm-project-15.0.7/mlir/lib/Dialect/Vector/Transforms/
H A DVectorTransferSplitRewritePatterns.cpp45 return affineApplyOp.getAffineMap().getSingleConstantResult(); in extractConstantIndex()
/llvm-project-15.0.7/mlir/lib/IR/
H A DAffineMap.cpp281 int64_t AffineMap::getSingleConstantResult() const { in getSingleConstantResult() function in AffineMap
/llvm-project-15.0.7/mlir/lib/Dialect/Affine/IR/
H A DAffineOps.cpp2054 return getLowerBoundMap().getSingleConstantResult(); in getConstantLowerBound()
2058 return getUpperBoundMap().getSingleConstantResult(); in getConstantUpperBound()