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