Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/Dialect/Linalg/Utils/
H A DUtils.h92 FailureOr<int64_t> getConstantUpperBoundForIndex(Value value);
/llvm-project-15.0.7/mlir/lib/Dialect/Linalg/Transforms/
H A DPromotion.cpp229 getConstantUpperBoundForIndex(rangeValue.size); in promoteSubviewAsNewBuffer()
H A DTransforms.cpp236 getConstantUpperBoundForIndex(en.value().get<Value>()); in padOperandToSmallestStaticBoundingBox()
/llvm-project-15.0.7/mlir/lib/Dialect/Linalg/Utils/
H A DUtils.cpp315 FailureOr<int64_t> getConstantUpperBoundForIndex(Value value) { in getConstantUpperBoundForIndex() function