Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/AsmParser/
H A DLLParser.h621 bool parseShuffleVector(Instruction *&Inst, PerFunctionState &PFS);
/openbsd-src/gnu/llvm/llvm/lib/AsmParser/
H A DLLParser.cpp6402 return parseShuffleVector(Inst, PFS); in parseInstruction()
7240 bool LLParser::parseShuffleVector(Instruction *&Inst, PerFunctionState &PFS) { in parseShuffleVector() function in LLParser