Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/AsmParser/
H A DLLParser.h580 bool parseInsertElement(Instruction *&Inst, PerFunctionState &PFS);
/freebsd-13.1/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp5993 return parseInsertElement(Inst, PFS); in parseInstruction()
6818 bool LLParser::parseInsertElement(Instruction *&Inst, PerFunctionState &PFS) { in parseInsertElement() function in LLParser