Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/AsmParser/
DLLParser.h634 int parseInsertValue(Instruction *&Inst, PerFunctionState &PFS);
/openbsd/src/gnu/llvm/llvm/lib/AsmParser/
DLLParser.cpp6447 return parseInsertValue(Inst, PFS); in parseInstruction()
7927 int LLParser::parseInsertValue(Instruction *&Inst, PerFunctionState &PFS) { in parseInsertValue() function in LLParser