Searched defs:ubIndices (Results 1 – 2 of 2) sorted by relevance
/external/llvm-project/mlir/lib/Analysis/ |
D | AffineStructures.cpp | 1256 SmallVectorImpl<unsigned> *ubIndices, SmallVectorImpl<unsigned> *eqIndices, 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 2564 SmallVector<unsigned, 4> ubIndices; in FourierMotzkinEliminate() local
|
/external/llvm-project/mlir/lib/Transforms/Utils/ |
D | LoopUtils.cpp | 2966 SmallVector<unsigned, 4> lbIndices, ubIndices; in createSeparationCondition() local
|