Searched refs:AtomicLValue (Results 1 – 1 of 1) sorted by relevance
2054 LValue AtomicLValue = in EmitLoadOfScalar() local2056 if (Ty->isAtomicType() || LValueIsSuitableForInlineAtomic(AtomicLValue)) { in EmitLoadOfScalar()2057 return EmitAtomicLoad(AtomicLValue, Loc).getScalarVal(); in EmitLoadOfScalar()2202 LValue AtomicLValue = in EmitStoreOfScalar() local2205 (!isInit && LValueIsSuitableForInlineAtomic(AtomicLValue))) { in EmitStoreOfScalar()2206 EmitAtomicStore(RValue::get(Value), AtomicLValue, isInit); in EmitStoreOfScalar()