Searched refs:ParseExtractElement (Results 1 – 2 of 2) sorted by relevance
477 bool ParseExtractElement(Instruction *&I, PerFunctionState &PFS);
4806 case lltok::kw_extractelement: return ParseExtractElement(Inst, PFS); in ParseInstruction()5464 bool LLParser::ParseExtractElement(Instruction *&Inst, PerFunctionState &PFS) { in ParseExtractElement() function in LLParser