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