HomeSort by: relevance | last modified time | path
    Searched refs:BitList (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/TableGen/
TGParser.cpp 162 ArrayRef<unsigned> BitList, Init *V,
175 if (BitList.empty())
184 if (!BitList.empty()) {
191 Init *BI = V->getCastTo(BitsRecTy::get(BitList.size()));
198 for (unsigned i = 0, e = BitList.size(); i != e; ++i) {
199 unsigned Bit = BitList[i];
2391 /// ValueSuffix ::= '{' BitList '}'
2392 /// ValueSuffix ::= '[' BitList ']'
2414 // Reverse the bitlist.
2888 SmallVector<unsigned, 16> BitList;
    [all...]
TGParser.h 199 ArrayRef<unsigned> BitList, Init *V,

Completed in 70 milliseconds