Searched refs:BitList (Results 1 – 2 of 2) sorted by relevance
230 ArrayRef<unsigned> BitList, Init *V, in SetValue() argument243 if (BitList.empty()) in SetValue()252 if (!BitList.empty()) { in SetValue()266 for (unsigned i = 0, e = BitList.size(); i != e; ++i) { in SetValue()267 unsigned Bit = BitList[i]; in SetValue()3458 SmallVector<unsigned, 16> BitList; in ParseBodyItem() local3459 if (ParseOptionalBitList(BitList)) in ParseBodyItem()3461 std::reverse(BitList.begin(), BitList.end()); in ParseBodyItem()3471 if (!BitList.empty() && isa<BitsRecTy>(Type)) { in ParseBodyItem()3474 Type = BitsRecTy::get(Records, BitList.size()); in ParseBodyItem()[all …]
231 ArrayRef<unsigned> BitList, Init *V,