Searched refs:ParseAtomicRMW (Results 1 – 2 of 2) sorted by relevance
488 int ParseAtomicRMW(Instruction *&I, PerFunctionState &PFS);
4821 case lltok::kw_atomicrmw: return ParseAtomicRMW(Inst, PFS); in ParseInstruction()5924 int LLParser::ParseAtomicRMW(Instruction *&Inst, PerFunctionState &PFS) { in ParseAtomicRMW() function in LLParser