Searched refs:BinaryVal (Results 1 – 1 of 1) sorted by relevance
1176 auto BinaryVal = Lex.getCurBinaryIntVal(); in ParseSimpleValue() local1177 SmallVector<Init*, 16> Bits(BinaryVal.second); in ParseSimpleValue()1178 for (unsigned i = 0, e = BinaryVal.second; i != e; ++i) in ParseSimpleValue()1179 Bits[i] = BitInit::get(BinaryVal.first & (1LL << i)); in ParseSimpleValue()