Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGAtomic.cpp1817 RValue UpRVal; in EmitAtomicUpdateValue() local
1821 UpRVal = OldRVal; in EmitAtomicUpdateValue()
1855 UpRVal = CGF.EmitLoadOfLValue(UpdateLVal, SourceLocation()); in EmitAtomicUpdateValue()
1858 RValue NewRVal = UpdateOp(UpRVal); in EmitAtomicUpdateValue()