Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/AsmParser/
H A DLLParser.h650 bool parseSelect(Instruction *&Inst, PerFunctionState &PFS);
/freebsd-14.2/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp6563 int Res = parseSelect(Inst, PFS); in parseInstruction()
7346 bool LLParser::parseSelect(Instruction *&Inst, PerFunctionState &PFS) { in parseSelect() function in LLParser