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