Home
last modified time | relevance | path

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

/external/llvm/lib/TableGen/
DTGParser.cpp1145 auto BinaryVal = Lex.getCurBinaryIntVal(); in ParseSimpleValue() local
1146 SmallVector<Init*, 16> Bits(BinaryVal.second); in ParseSimpleValue()
1147 for (unsigned i = 0, e = BinaryVal.second; i != e; ++i) in ParseSimpleValue()
1148 Bits[i] = BitInit::get(BinaryVal.first & (1LL << i)); in ParseSimpleValue()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/TableGen/
DTGParser.cpp1637 auto BinaryVal = Lex.getCurBinaryIntVal(); in ParseSimpleValue() local
1638 SmallVector<Init*, 16> Bits(BinaryVal.second); in ParseSimpleValue()
1639 for (unsigned i = 0, e = BinaryVal.second; i != e; ++i) in ParseSimpleValue()
1640 Bits[i] = BitInit::get(BinaryVal.first & (1LL << i)); in ParseSimpleValue()