Searched refs:ParseExtractValue (Results 1 – 2 of 2) sorted by relevance
461 int ParseExtractValue(Instruction *&I, PerFunctionState &PFS);
4517 case lltok::kw_extractvalue: return ParseExtractValue(Inst, PFS); in ParseInstruction()5561 int LLParser::ParseExtractValue(Instruction *&Inst, PerFunctionState &PFS) { in ParseExtractValue() function in LLParser