Searched refs:BitList (Results 1 – 2 of 2) sorted by relevance
162 ArrayRef<unsigned> BitList, Init *V, in SetValue() argument175 if (BitList.empty()) in SetValue()184 if (!BitList.empty()) { in SetValue()191 Init *BI = V->getCastTo(BitsRecTy::get(BitList.size())); in SetValue()198 for (unsigned i = 0, e = BitList.size(); i != e; ++i) { in SetValue()199 unsigned Bit = BitList[i]; in SetValue()2885 SmallVector<unsigned, 16> BitList; in ParseBodyItem() local2886 if (ParseOptionalBitList(BitList)) in ParseBodyItem()2888 std::reverse(BitList.begin(), BitList.end()); in ParseBodyItem()2898 if (!BitList.empty() && isa<BitsRecTy>(Type)) { in ParseBodyItem()[all …]
199 ArrayRef<unsigned> BitList, Init *V,