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