Lines Matching refs:BitList
230 ArrayRef<unsigned> BitList, Init *V, in SetValue() argument
243 if (BitList.empty()) in SetValue()
252 if (!BitList.empty()) { in SetValue()
259 Init *BI = V->getCastTo(BitsRecTy::get(Records, BitList.size())); in SetValue()
266 for (unsigned i = 0, e = BitList.size(); i != e; ++i) { in SetValue()
267 unsigned Bit = BitList[i]; in SetValue()
3464 SmallVector<unsigned, 16> BitList; in ParseBodyItem() local
3465 if (ParseOptionalBitList(BitList)) in ParseBodyItem()
3467 std::reverse(BitList.begin(), BitList.end()); in ParseBodyItem()
3477 if (!BitList.empty() && isa<BitsRecTy>(Type)) { in ParseBodyItem()
3480 Type = BitsRecTy::get(Records, BitList.size()); in ParseBodyItem()
3489 return SetValue(CurRec, IdLoc, FieldName, BitList, Val); in ParseBodyItem()