Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/AsmParser/
H A DLLParser.h584 bool ParseExtractElement(Instruction *&Inst, PerFunctionState &PFS);
H A DLLParser.cpp5653 case lltok::kw_extractelement: return ParseExtractElement(Inst, PFS); in ParseInstruction()
6335 bool LLParser::ParseExtractElement(Instruction *&Inst, PerFunctionState &PFS) { in ParseExtractElement() function in LLParser