Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/AsmParser/
H A DLLParser.h668 int parseInsertValue(Instruction *&Inst, PerFunctionState &PFS);
/src/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp7061 return parseInsertValue(Inst, PFS); in parseInstruction()
8542 int LLParser::parseInsertValue(Instruction *&Inst, PerFunctionState &PFS) { in parseInsertValue() function in LLParser