Searched defs:ubIndices (Results 1 – 4 of 4) sorted by relevance
/llvm-project/mlir/lib/Analysis/Presburger/ |
H A D | Utils.cpp | 236 SmallVector<unsigned, 4> lbIndices, ubIndices, eqIndices; in computeSingleVarRepr() local
|
H A D | IntegerRelation.cpp | 486 getLowerAndUpperBoundIndices(unsigned pos,SmallVectorImpl<unsigned> * lbIndices,SmallVectorImpl<unsigned> * ubIndices,SmallVectorImpl<unsigned> * eqIndices,unsigned offset,unsigned num) const getLowerAndUpperBoundIndices() argument 1646 SmallVector<unsigned, 4> lbIndices, ubIndices; getConstantBoundOnDimSize() local 1973 SmallVector<unsigned, 4> ubIndices; fourierMotzkinEliminate() local [all...] |
/llvm-project/mlir/lib/Analysis/ |
H A D | FlatLinearValueConstraints.cpp | 457 SmallVector<unsigned, 4> lbIndices, ubIndices, eqIndices; in getLowerAndUpperBound() local
|
/llvm-project/mlir/lib/Dialect/Affine/Utils/ |
H A D | LoopUtils.cpp | 2576 SmallVector<unsigned, 4> lbIndices, ubIndices; createSeparationCondition() local
|