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