Searched refs:ParseExtractElement (Results 1 – 6 of 6) sorted by relevance
359 bool ParseExtractElement(Instruction *&I, PerFunctionState &PFS);
2947 case lltok::kw_extractelement: return ParseExtractElement(Inst, PFS); in ParseInstruction()3418 bool LLParser::ParseExtractElement(Instruction *&Inst, PerFunctionState &PFS) { in ParseExtractElement() function in LLParser
484 bool ParseExtractElement(Instruction *&I, PerFunctionState &PFS);
5025 case lltok::kw_extractelement: return ParseExtractElement(Inst, PFS); in ParseInstruction()5683 bool LLParser::ParseExtractElement(Instruction *&Inst, PerFunctionState &PFS) { in ParseExtractElement() function in LLParser
573 bool ParseExtractElement(Instruction *&Inst, PerFunctionState &PFS);
5530 case lltok::kw_extractelement: return ParseExtractElement(Inst, PFS); in ParseInstruction()6173 bool LLParser::ParseExtractElement(Instruction *&Inst, PerFunctionState &PFS) { in ParseExtractElement() function in LLParser