Searched refs:ParseExtractElement (Results 1 – 4 of 4) 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