Home
last modified time | relevance | path

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

/external/llvm/lib/AsmParser/
DLLParser.h491 int ParseExtractValue(Instruction *&I, PerFunctionState &PFS);
DLLParser.cpp4824 case lltok::kw_extractvalue: return ParseExtractValue(Inst, PFS); in ParseInstruction()
6059 int LLParser::ParseExtractValue(Instruction *&Inst, PerFunctionState &PFS) { in ParseExtractValue() function in LLParser