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