Lines Matching defs:BitList
232 ArrayRef<unsigned> BitList, const Init *V,
245 if (BitList.empty())
254 if (!BitList.empty()) {
261 const Init *BI = V->getCastTo(BitsRecTy::get(Records, BitList.size()));
268 for (unsigned i = 0, e = BitList.size(); i != e; ++i) {
269 unsigned Bit = BitList[i];
2930 /// ValueSuffix ::= '{' BitList '}'
3508 SmallVector<unsigned, 16> BitList;
3509 if (ParseOptionalBitList(BitList))
3511 std::reverse(BitList.begin(), BitList.end());
3521 if (!BitList.empty() && isa<BitsRecTy>(Type)) {
3524 Type = BitsRecTy::get(Records, BitList.size());
3533 return SetValue(CurRec, IdLoc, FieldName, BitList, Val);