Home
last modified time | relevance | path

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

/external/llvm/lib/AsmParser/
DLLParser.h492 int ParseInsertValue(Instruction *&I, PerFunctionState &PFS);
DLLParser.cpp4825 case lltok::kw_insertvalue: return ParseInsertValue(Inst, PFS); in ParseInstruction()
6078 int LLParser::ParseInsertValue(Instruction *&Inst, PerFunctionState &PFS) { in ParseInsertValue() function in LLParser