Searched refs:ParseStore (Results 1 – 2 of 2) sorted by relevance
486 int ParseStore(Instruction *&I, PerFunctionState &PFS);
4819 case lltok::kw_store: return ParseStore(Inst, PFS); in ParseInstruction()5826 int LLParser::ParseStore(Instruction *&Inst, PerFunctionState &PFS) { in ParseStore() function in LLParser