Home
last modified time | relevance | path

Searched defs:ubConst (Results 1 – 5 of 5) sorted by relevance

/llvm-project/mlir/lib/Analysis/
H A DFlatLinearValueConstraints.cpp304 int64_t ubConst, MLIRContext *context, in detectAsMod() argument
573 auto ubConst = getConstantBound64(BoundType::UB, pos); in getSliceBounds() local
694 auto ubConst = getConstantBound64(BoundType::UB, pos + offset); in getSliceBounds() local
[all...]
/llvm-project/mlir/lib/Dialect/Affine/Analysis/
H A DAffineAnalysis.cpp454 auto ubConst = dependenceDomain->getConstantBound64(BoundType::UB, j); in computeDirectionVector() local
/llvm-project/mlir/lib/Dialect/SCF/Transforms/
H A DBufferizableOpInterfaceImpl.cpp1188 std::optional<int64_t> ubConst = getConstantIntValue(ub); mayHaveZeroIterations() local
/llvm-project/mlir/lib/Dialect/Affine/Utils/
H A DUtils.cpp1804 std::optional<int64_t> ubConst = fac.getConstantBound64(BoundType::UB, d); normalizeMemRefType() local
/llvm-project/mlir/lib/Dialect/Affine/IR/
H A DAffineOps.cpp2664 std::optional<int64_t> ubConst = getConstantIntValue(ub); buildAffineLoopFromValues() local