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