Home
last modified time | relevance | path

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

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