Searched refs:parseShuffleVector (Results 1 – 2 of 2) sorted by relevance
655 bool parseShuffleVector(Instruction *&Inst, PerFunctionState &PFS);
7016 return parseShuffleVector(Inst, PFS); in parseInstruction()7854 bool LLParser::parseShuffleVector(Instruction *&Inst, PerFunctionState &PFS) { in parseShuffleVector() function in LLParser