Home
last modified time | relevance | path

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

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