Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/AsmParser/
DLLParser.h373 int ParseInsertValue(Instruction *&I, PerFunctionState &PFS);
DLLParser.cpp2971 case lltok::kw_insertvalue: return ParseInsertValue(Inst, PFS); in ParseInstruction()
3956 int LLParser::ParseInsertValue(Instruction *&Inst, PerFunctionState &PFS) { in ParseInsertValue() function in LLParser
/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-7.0/llvm/lib/AsmParser/
DLLParser.h588 int ParseInsertValue(Instruction *&Inst, PerFunctionState &PFS);
DLLParser.cpp5549 case lltok::kw_insertvalue: return ParseInsertValue(Inst, PFS); in ParseInstruction()
6803 int LLParser::ParseInsertValue(Instruction *&Inst, PerFunctionState &PFS) { in ParseInsertValue() function in LLParser