Searched refs:ParseInsertValue (Results 1 – 4 of 4) sorted by relevance
499 int ParseInsertValue(Instruction *&I, PerFunctionState &PFS);
5044 case lltok::kw_insertvalue: return ParseInsertValue(Inst, PFS); in ParseInstruction()6301 int LLParser::ParseInsertValue(Instruction *&Inst, PerFunctionState &PFS) { in ParseInsertValue() function in LLParser
602 int ParseInsertValue(Instruction *&Inst, PerFunctionState &PFS);
5847 case lltok::kw_insertvalue: return ParseInsertValue(Inst, PFS); in ParseInstruction()7281 int LLParser::ParseInsertValue(Instruction *&Inst, PerFunctionState &PFS) { in ParseInsertValue() function in LLParser