Home
last modified time | relevance | path

Searched refs:ParseShuffleVector (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/AsmParser/
H A DLLParser.h586 bool ParseShuffleVector(Instruction *&Inst, PerFunctionState &PFS);
H A DLLParser.cpp5655 case lltok::kw_shufflevector: return ParseShuffleVector(Inst, PFS); in ParseInstruction()
6371 bool LLParser::ParseShuffleVector(Instruction *&Inst, PerFunctionState &PFS) { in ParseShuffleVector() function in LLParser