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