Searched refs:parseStore (Results 1 – 2 of 2) sorted by relevance
662 int parseStore(Instruction *&Inst, PerFunctionState &PFS);
7049 return parseStore(Inst, PFS); in parseInstruction()8219 int LLParser::parseStore(Instruction *&Inst, PerFunctionState &PFS) { in parseStore() function in LLParser