Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/AsmParser/
H A DLLParser.h606 int parseInsertValue(Instruction *&Inst, PerFunctionState &PFS);
/llvm-project-15.0.7/llvm/lib/AsmParser/
H A DLLParser.cpp6163 return parseInsertValue(Inst, PFS); in parseInstruction()
7652 int LLParser::parseInsertValue(Instruction *&Inst, PerFunctionState &PFS) { in parseInsertValue() function in LLParser