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