Searched refs:ParseShuffleVector (Results 1 – 4 of 4) sorted by relevance
361 bool ParseShuffleVector(Instruction *&I, PerFunctionState &PFS);
2949 case lltok::kw_shufflevector: return ParseShuffleVector(Inst, PFS); in ParseInstruction()3454 bool LLParser::ParseShuffleVector(Instruction *&Inst, PerFunctionState &PFS) { in ParseShuffleVector() function in LLParser
486 bool ParseShuffleVector(Instruction *&I, PerFunctionState &PFS);
5027 case lltok::kw_shufflevector: return ParseShuffleVector(Inst, PFS); in ParseInstruction()5719 bool LLParser::ParseShuffleVector(Instruction *&Inst, PerFunctionState &PFS) { in ParseShuffleVector() function in LLParser