Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/AsmParser/
H A DLLParser.h600 int parseStore(Instruction *&Inst, PerFunctionState &PFS);
/llvm-project-15.0.7/llvm/lib/AsmParser/
H A DLLParser.cpp6151 return parseStore(Inst, PFS); in parseInstruction()
7331 int LLParser::parseStore(Instruction *&Inst, PerFunctionState &PFS) { in parseStore() function in LLParser