Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/AsmParser/
H A DLLParser.h667 int parseInsertValue(Instruction *&Inst, PerFunctionState &PFS);
/freebsd-14.2/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp6626 return parseInsertValue(Inst, PFS); in parseInstruction()
8083 int LLParser::parseInsertValue(Instruction *&Inst, PerFunctionState &PFS) { in parseInsertValue() function in LLParser