Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/AsmParser/
HDLLParser.h601 int ParseExtractValue(Instruction *&Inst, PerFunctionState &PFS);
HDLLParser.cpp5846 case lltok::kw_extractvalue: return ParseExtractValue(Inst, PFS); in ParseInstruction()
7262 int LLParser::ParseExtractValue(Instruction *&Inst, PerFunctionState &PFS) { in ParseExtractValue() function in LLParser