Searched refs:getLowerAndUpperBoundIndices (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/mlir/include/mlir/Analysis/ |
D | AffineStructures.h | 537 getLowerAndUpperBoundIndices(unsigned pos,
|
/external/llvm-project/mlir/lib/Analysis/ |
D | AffineStructures.cpp | 1254 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/ |
D | LoopUtils.cpp | 2967 cst.getLowerAndUpperBoundIndices(/*pos=*/0, &lbIndices, &ubIndices); in createSeparationCondition()
|