Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/AsmParser/
DLLParser.h620 bool parseInsertElement(Instruction *&Inst, PerFunctionState &PFS);
/openbsd/src/gnu/llvm/llvm/lib/AsmParser/
DLLParser.cpp6400 return parseInsertElement(Inst, PFS); in parseInstruction()
7221 bool LLParser::parseInsertElement(Instruction *&Inst, PerFunctionState &PFS) { in parseInsertElement() function in LLParser