Searched refs:ParseInsertElement (Results 1 – 2 of 2) sorted by relevance
478 bool ParseInsertElement(Instruction *&I, PerFunctionState &PFS);
4807 case lltok::kw_insertelement: return ParseInsertElement(Inst, PFS); in ParseInstruction()5481 bool LLParser::ParseInsertElement(Instruction *&Inst, PerFunctionState &PFS) { in ParseInsertElement() function in LLParser