Searched refs:AtomicLValue (Results 1 – 1 of 1) sorted by relevance
1987 LValue AtomicLValue = in EmitLoadOfScalar() local1989 if (Ty->isAtomicType() || LValueIsSuitableForInlineAtomic(AtomicLValue)) { in EmitLoadOfScalar()1990 return EmitAtomicLoad(AtomicLValue, Loc).getScalarVal(); in EmitLoadOfScalar()2131 LValue AtomicLValue = in EmitStoreOfScalar() local2134 (!isInit && LValueIsSuitableForInlineAtomic(AtomicLValue))) { in EmitStoreOfScalar()2135 EmitAtomicStore(RValue::get(Value), AtomicLValue, isInit); in EmitStoreOfScalar()