Home
last modified time | relevance | path

Searched refs:AtomicLValue (Results 1 – 1 of 1) sorted by relevance

/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGExpr.cpp1736 LValue AtomicLValue = in EmitLoadOfScalar() local
1738 if (Ty->isAtomicType() || LValueIsSuitableForInlineAtomic(AtomicLValue)) { in EmitLoadOfScalar()
1739 return EmitAtomicLoad(AtomicLValue, Loc).getScalarVal(); in EmitLoadOfScalar()
1871 LValue AtomicLValue = in EmitStoreOfScalar() local
1874 (!isInit && LValueIsSuitableForInlineAtomic(AtomicLValue))) { in EmitStoreOfScalar()
1875 EmitAtomicStore(RValue::get(Value), AtomicLValue, isInit); in EmitStoreOfScalar()