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