Searched refs:nbEqIndices (Results 1 – 1 of 1) sorted by relevance
3049 SmallVectorImpl<unsigned> &nbEqIndices) { in getIndependentConstraints() argument3072 nbEqIndices.push_back(r); in getIndependentConstraints()3081 SmallVector<unsigned, 4> nbIneqIndices, nbEqIndices; in removeIndependentConstraints() local3082 getIndependentConstraints(*this, /*pos=*/0, num, nbIneqIndices, nbEqIndices); in removeIndependentConstraints()3089 for (auto nbIndex : llvm::reverse(nbEqIndices)) in removeIndependentConstraints()