Home
last modified time | relevance | path

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

/external/llvm/lib/AsmParser/
DLLParser.h486 int ParseStore(Instruction *&I, PerFunctionState &PFS);
DLLParser.cpp4819 case lltok::kw_store: return ParseStore(Inst, PFS); in ParseInstruction()
5826 int LLParser::ParseStore(Instruction *&Inst, PerFunctionState &PFS) { in ParseStore() function in LLParser