Home
last modified time | relevance | path

Searched defs:lbConst (Results 1 – 4 of 4) sorted by relevance

/llvm-project/mlir/lib/Analysis/
H A DFlatLinearValueConstraints.cpp303 unsigned offset, unsigned num, int64_t lbConst, in detectAsMod() argument
572 auto lbConst = getConstantBound64(BoundType::LB, pos); in getSliceBounds() local
685 auto lbConst = getConstantBound64(BoundType::LB, pos + offset); in getSliceBounds() local
[all...]
/llvm-project/mlir/lib/Dialect/Affine/Analysis/
H A DAffineAnalysis.cpp451 auto lbConst = dependenceDomain->getConstantBound64(BoundType::LB, j); in computeDirectionVector() local
/llvm-project/mlir/lib/Dialect/SCF/Transforms/
H A DBufferizableOpInterfaceImpl.cpp1187 std::optional<int64_t> lbConst = getConstantIntValue(lb); mayHaveZeroIterations() local
/llvm-project/mlir/lib/Dialect/Affine/IR/
H A DAffineOps.cpp2663 std::optional<int64_t> lbConst = getConstantIntValue(lb); buildAffineLoopFromValues() local