Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DTGParser.h303 bool ParseOptionalBitList(SmallVectorImpl<unsigned> &Ranges);
H A DTGParser.cpp1063 bool TGParser::ParseOptionalBitList(SmallVectorImpl<unsigned> &Ranges) { in ParseOptionalBitList() function in TGParser
3465 if (ParseOptionalBitList(BitList)) in ParseBodyItem()