Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGAtomic.cpp1713 RValue UpRVal; in EmitAtomicUpdateValue() local
1717 UpRVal = OldRVal; in EmitAtomicUpdateValue()
1751 UpRVal = CGF.EmitLoadOfLValue(UpdateLVal, SourceLocation()); in EmitAtomicUpdateValue()
1754 RValue NewRVal = UpdateOp(UpRVal); in EmitAtomicUpdateValue()