Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DTGParser.h304 bool ParseOptionalRangeList(SmallVectorImpl<unsigned> &Ranges);
H A DTGParser.cpp1044 bool TGParser::ParseOptionalRangeList(SmallVectorImpl<unsigned> &Ranges) { in ParseOptionalRangeList() function in TGParser
4107 if (ParseOptionalRangeList(Bits)) { in ParseLetList()