Home
last modified time | relevance | path

Searched refs:nbIneqIndices (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/mlir/lib/Analysis/
DAffineStructures.cpp3048 SmallVectorImpl<unsigned> &nbIneqIndices, in getIndependentConstraints() argument
3061 nbIneqIndices.push_back(r); in getIndependentConstraints()
3081 SmallVector<unsigned, 4> nbIneqIndices, nbEqIndices; in removeIndependentConstraints() local
3082 getIndependentConstraints(*this, /*pos=*/0, num, nbIneqIndices, nbEqIndices); in removeIndependentConstraints()
3087 for (auto nbIndex : llvm::reverse(nbIneqIndices)) in removeIndependentConstraints()