Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/TableGen/
H A DTGParser.h261 bool ParseOptionalBitList(SmallVectorImpl<unsigned> &Ranges);
H A DTGParser.cpp786 bool TGParser::ParseOptionalBitList(SmallVectorImpl<unsigned> &Ranges) { in ParseOptionalBitList() function in TGParser
2945 if (ParseOptionalBitList(BitList)) in ParseBodyItem()