Searched refs:ParseIndexList (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.h289 bool ParseIndexList(SmallVectorImpl<unsigned> &Indices,
291 bool ParseIndexList(SmallVectorImpl<unsigned> &Indices) { function in class:llvm::LLParser
293 if (ParseIndexList(Indices, AteExtraComma)) return true;
H A DLLParser.cpp2355 /// ParseIndexList - This parses the index list for an insert/extractvalue
2361 /// ParseIndexList
2364 bool LLParser::ParseIndexList(SmallVectorImpl<unsigned> &Indices,
3433 ParseIndexList(Indices) ||
3453 ParseIndexList(Indices) ||
7407 ParseIndexList(Indices, AteExtraComma))
7428 ParseIndexList(Indices, AteExtraComma))

Completed in 122 milliseconds