Searched defs:lbIndices (Results 1 – 2 of 2) sorted by relevance
/external/llvm-project/mlir/lib/Analysis/ |
D | AffineStructures.cpp | 1255 unsigned pos, SmallVectorImpl<unsigned> *lbIndices, in getLowerAndUpperBoundIndices() 1317 SmallVector<unsigned, 4> lbIndices, ubIndices; in detectAsFloorDiv() local 1491 SmallVector<unsigned, 4> lbIndices, ubIndices, eqIndices; in getLowerAndUpperBound() local 2174 SmallVector<unsigned, 4> lbIndices, ubIndices; in getConstantBoundOnDimSize() local 2562 SmallVector<unsigned, 4> lbIndices; in FourierMotzkinEliminate() local
|
/external/llvm-project/mlir/lib/Transforms/Utils/ |
D | LoopUtils.cpp | 2966 SmallVector<unsigned, 4> lbIndices, ubIndices; in createSeparationCondition() local
|