Searched refs:ParseInsertElement (Results 1 – 6 of 6) sorted by relevance
360 bool ParseInsertElement(Instruction *&I, PerFunctionState &PFS);
2948 case lltok::kw_insertelement: return ParseInsertElement(Inst, PFS); in ParseInstruction()3435 bool LLParser::ParseInsertElement(Instruction *&Inst, PerFunctionState &PFS) { in ParseInsertElement() function in LLParser
485 bool ParseInsertElement(Instruction *&I, PerFunctionState &PFS);
5026 case lltok::kw_insertelement: return ParseInsertElement(Inst, PFS); in ParseInstruction()5700 bool LLParser::ParseInsertElement(Instruction *&Inst, PerFunctionState &PFS) { in ParseInsertElement() function in LLParser
574 bool ParseInsertElement(Instruction *&Inst, PerFunctionState &PFS);
5531 case lltok::kw_insertelement: return ParseInsertElement(Inst, PFS); in ParseInstruction()6190 bool LLParser::ParseInsertElement(Instruction *&Inst, PerFunctionState &PFS) { in ParseInsertElement() function in LLParser