Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/AsmParser/
DLLParser.h372 int ParseExtractValue(Instruction *&I, PerFunctionState &PFS);
DLLParser.cpp2970 case lltok::kw_extractvalue: return ParseExtractValue(Inst, PFS); in ParseInstruction()
3937 int LLParser::ParseExtractValue(Instruction *&Inst, PerFunctionState &PFS) { in ParseExtractValue() function in LLParser
/external/llvm/lib/AsmParser/
DLLParser.h498 int ParseExtractValue(Instruction *&I, PerFunctionState &PFS);
DLLParser.cpp5043 case lltok::kw_extractvalue: return ParseExtractValue(Inst, PFS); in ParseInstruction()
6282 int LLParser::ParseExtractValue(Instruction *&Inst, PerFunctionState &PFS) { in ParseExtractValue() function in LLParser