Searched refs:AtomicLValue (Results 1 – 1 of 1) sorted by relevance
1786 LValue AtomicLValue = in EmitLoadOfScalar() local1788 if (Ty->isAtomicType() || LValueIsSuitableForInlineAtomic(AtomicLValue)) { in EmitLoadOfScalar()1789 return EmitAtomicLoad(AtomicLValue, Loc).getScalarVal(); in EmitLoadOfScalar()1914 LValue AtomicLValue = in EmitStoreOfScalar() local1917 (!isInit && LValueIsSuitableForInlineAtomic(AtomicLValue))) { in EmitStoreOfScalar()1918 EmitAtomicStore(RValue::get(Value), AtomicLValue, isInit); in EmitStoreOfScalar()