Home
last modified time | relevance | path

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

/external/llvm/lib/AsmParser/
DLLParser.h499 int ParseInsertValue(Instruction *&I, PerFunctionState &PFS);
DLLParser.cpp5044 case lltok::kw_insertvalue: return ParseInsertValue(Inst, PFS); in ParseInstruction()
6301 int LLParser::ParseInsertValue(Instruction *&Inst, PerFunctionState &PFS) { in ParseInsertValue() function in LLParser
/external/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
DLLParser.h602 int ParseInsertValue(Instruction *&Inst, PerFunctionState &PFS);
DLLParser.cpp5847 case lltok::kw_insertvalue: return ParseInsertValue(Inst, PFS); in ParseInstruction()
7281 int LLParser::ParseInsertValue(Instruction *&Inst, PerFunctionState &PFS) { in ParseInsertValue() function in LLParser