Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/AsmParser/
H A DLLParser.h604 int parseInsertValue(Instruction *&Inst, PerFunctionState &PFS);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/AsmParser/
H A DLLParser.cpp6339 return parseInsertValue(Inst, PFS); in parseInstruction()
7817 int LLParser::parseInsertValue(Instruction *&Inst, PerFunctionState &PFS) { in parseInsertValue() function in LLParser