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