Home | History | Annotate | Download | only in BitWriter_3_2

Lines Matching refs:ConstraintStr

838       const std::string &ConstraintStr = IA->getConstraintString();
839 Record.push_back(ConstraintStr.size());
840 for (unsigned i = 0, e = ConstraintStr.size(); i != e; ++i)
841 Record.push_back(ConstraintStr[i]);