Home
last modified time | relevance | path

Searched refs:BinaryVal (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DTGParser.cpp2643 auto BinaryVal = Lex.getCurBinaryIntVal(); in ParseSimpleValue() local
2644 SmallVector<Init*, 16> Bits(BinaryVal.second); in ParseSimpleValue()
2645 for (unsigned i = 0, e = BinaryVal.second; i != e; ++i) in ParseSimpleValue()
2646 Bits[i] = BitInit::get(Records, BinaryVal.first & (1LL << i)); in ParseSimpleValue()