Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/AsmParser/
H A DLLParser.h656 bool parseExtractElement(Instruction *&Inst, PerFunctionState &PFS);
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp7326 return parseExtractElement(Inst, PFS); in parseInstruction()
8131 bool LLParser::parseExtractElement(Instruction *&Inst, PerFunctionState &PFS) { in parseExtractElement() function in LLParser