Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGAtomic.cpp139 const LValue &getAtomicLValue() const { return LVal; } in getAtomicLValue() function in __anondd1f4e750111::AtomicInfo
1818 LValue AtomicLVal = Atomics.getAtomicLValue(); in EmitAtomicUpdateValue()
1931 LValue AtomicLVal = Atomics.getAtomicLValue(); in EmitAtomicUpdateValue()
2056 LValue LVal = atomics.getAtomicLValue(); in EmitAtomicStore()