Searched refs:parseInsertElement (Results 1 – 2 of 2) sorted by relevance
654 bool parseInsertElement(Instruction *&Inst, PerFunctionState &PFS);
7014 return parseInsertElement(Inst, PFS); in parseInstruction()7835 bool LLParser::parseInsertElement(Instruction *&Inst, PerFunctionState &PFS) { in parseInsertElement() function in LLParser