Searched refs:ParseInsertValue (Results 1 – 2 of 2) sorted by relevance
462 int ParseInsertValue(Instruction *&I, PerFunctionState &PFS);
4518 case lltok::kw_insertvalue: return ParseInsertValue(Inst, PFS); in ParseInstruction()5580 int LLParser::ParseInsertValue(Instruction *&Inst, PerFunctionState &PFS) { in ParseInsertValue() function in LLParser