Home
last modified time | relevance | path

Searched refs:getLowerAndUpperBoundIndices (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/mlir/include/mlir/Analysis/
DAffineStructures.h537 getLowerAndUpperBoundIndices(unsigned pos,
/external/llvm-project/mlir/lib/Analysis/
DAffineStructures.cpp1254 void FlatAffineConstraints::getLowerAndUpperBoundIndices( in getLowerAndUpperBoundIndices() function in FlatAffineConstraints
1318 cst.getLowerAndUpperBoundIndices(pos, &lbIndices, &ubIndices); in detectAsFloorDiv()
1492 getLowerAndUpperBoundIndices(pos + offset, &lbIndices, &ubIndices, &eqIndices, in getLowerAndUpperBound()
2180 getLowerAndUpperBoundIndices(pos, &lbIndices, &ubIndices, in getConstantBoundOnDimSize()
/external/llvm-project/mlir/lib/Transforms/Utils/
DLoopUtils.cpp2967 cst.getLowerAndUpperBoundIndices(/*pos=*/0, &lbIndices, &ubIndices); in createSeparationCondition()