Lines Matching refs:BitList
163 ArrayRef<unsigned> BitList, Init *V, in SetValue() argument
176 if (BitList.empty()) in SetValue()
185 if (!BitList.empty()) { in SetValue()
192 Init *BI = V->getCastTo(BitsRecTy::get(Records, BitList.size())); in SetValue()
199 for (unsigned i = 0, e = BitList.size(); i != e; ++i) { in SetValue()
200 unsigned Bit = BitList[i]; in SetValue()
2944 SmallVector<unsigned, 16> BitList; in ParseBodyItem() local
2945 if (ParseOptionalBitList(BitList)) in ParseBodyItem()
2947 std::reverse(BitList.begin(), BitList.end()); in ParseBodyItem()
2957 if (!BitList.empty() && isa<BitsRecTy>(Type)) { in ParseBodyItem()
2960 Type = BitsRecTy::get(Records, BitList.size()); in ParseBodyItem()
2969 return SetValue(CurRec, IdLoc, FieldName, BitList, Val); in ParseBodyItem()