Home
last modified time | relevance | path

Searched defs:eqIndices (Results 1 – 3 of 3) sorted by relevance

/llvm-project/mlir/lib/Analysis/Presburger/
H A DUtils.cpp236 SmallVector<unsigned, 4> lbIndices, ubIndices, eqIndices; in computeSingleVarRepr() local
H A DIntegerRelation.cpp486 getLowerAndUpperBoundIndices(unsigned pos,SmallVectorImpl<unsigned> * lbIndices,SmallVectorImpl<unsigned> * ubIndices,SmallVectorImpl<unsigned> * eqIndices,unsigned offset,unsigned num) const getLowerAndUpperBoundIndices() argument
/llvm-project/mlir/lib/Analysis/
H A DFlatLinearValueConstraints.cpp457 SmallVector<unsigned, 4> lbIndices, ubIndices, eqIndices; in getLowerAndUpperBound() local