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