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