Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGAtomic.cpp138 const LValue &getAtomicLValue() const { return LVal; } in getAtomicLValue() function in __anon5e56f1450111::AtomicInfo
1758 LValue AtomicLVal = Atomics.getAtomicLValue(); in EmitAtomicUpdateValue()
1876 LValue AtomicLVal = Atomics.getAtomicLValue(); in EmitAtomicUpdateValue()
2001 LValue LVal = atomics.getAtomicLValue(); in EmitAtomicStore()