Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Analysis/
DAffineStructures.cpp1171 int64_t lbConst, int64_t ubConst, in detectAsMod()
1605 auto lbConst = getConstantLowerBound(pos); in getSliceBounds() local
1715 auto lbConst = getConstantLowerBound(pos + offset); in getSliceBounds() local
DAffineAnalysis.cpp746 auto lbConst = dependenceDomain->getConstantLowerBound(j); in computeDirectionVector() local
/external/llvm-project/mlir/lib/Dialect/Affine/IR/
DAffineOps.cpp1852 auto lbConst = lb.getDefiningOp<ConstantIndexOp>(); in buildAffineLoopFromValues() local