Searched refs:ParseShuffleVector (Results 1 – 2 of 2) sorted by relevance
586 bool ParseShuffleVector(Instruction *&Inst, PerFunctionState &PFS);
5655 case lltok::kw_shufflevector: return ParseShuffleVector(Inst, PFS); in ParseInstruction()6371 bool LLParser::ParseShuffleVector(Instruction *&Inst, PerFunctionState &PFS) { in ParseShuffleVector() function in LLParser