Searched refs:AtomicLValue (Results 1 – 1 of 1) sorted by relevance
1739 LValue AtomicLValue = in EmitLoadOfScalar() local1741 if (Ty->isAtomicType() || LValueIsSuitableForInlineAtomic(AtomicLValue)) { in EmitLoadOfScalar()1742 return EmitAtomicLoad(AtomicLValue, Loc).getScalarVal(); in EmitLoadOfScalar()1851 LValue AtomicLValue = in EmitStoreOfScalar() local1854 (!isInit && LValueIsSuitableForInlineAtomic(AtomicLValue))) { in EmitStoreOfScalar()1855 EmitAtomicStore(RValue::get(Value), AtomicLValue, isInit); in EmitStoreOfScalar()