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