Searched refs:AtomicLValue (Results 1 – 1 of 1) sorted by relevance
1294 LValue AtomicLValue = in EmitLoadOfScalar() local1296 if (Ty->isAtomicType() || LValueIsSuitableForInlineAtomic(AtomicLValue)) { in EmitLoadOfScalar()1297 return EmitAtomicLoad(AtomicLValue, Loc).getScalarVal(); in EmitLoadOfScalar()1405 LValue AtomicLValue = in EmitStoreOfScalar() local1408 (!isInit && LValueIsSuitableForInlineAtomic(AtomicLValue))) { in EmitStoreOfScalar()1409 EmitAtomicStore(RValue::get(Value), AtomicLValue, isInit); in EmitStoreOfScalar()