Lines Matching refs:ExprRValue
3018 RValue ExprRValue = CGF.EmitAnyExpr(E); in EmitOMPAtomicUpdateExpr() local
3026 [&CGF, UE, ExprRValue, XRValExpr, ERValExpr](RValue XRValue) -> RValue { in EmitOMPAtomicUpdateExpr()
3027 CodeGenFunction::OpaqueValueMapping MapExpr(CGF, ERValExpr, ExprRValue); in EmitOMPAtomicUpdateExpr()
3032 XLValue, ExprRValue, BOUE->getOpcode(), IsXLHSInRHSPart, AO, Loc, Gen); in EmitOMPAtomicUpdateExpr()
3068 RValue ExprRValue = CGF.EmitAnyExpr(E); in EmitOMPAtomicCaptureExpr() local
3088 auto &&Gen = [&CGF, &NewVVal, UE, ExprRValue, XRValExpr, ERValExpr, in EmitOMPAtomicCaptureExpr()
3090 CodeGenFunction::OpaqueValueMapping MapExpr(CGF, ERValExpr, ExprRValue); in EmitOMPAtomicCaptureExpr()
3097 XLValue, ExprRValue, BOUE->getOpcode(), IsXLHSInRHSPart, AO, Loc, Gen); in EmitOMPAtomicCaptureExpr()
3106 CodeGenFunction::OpaqueValueMapping MapExpr(CGF, ERValExpr, ExprRValue); in EmitOMPAtomicCaptureExpr()
3114 ExprRValue = convertToType(CGF, ExprRValue, E->getType(), in EmitOMPAtomicCaptureExpr()
3116 auto &&Gen = [&CGF, &NewVVal, ExprRValue](RValue XRValue) -> RValue { in EmitOMPAtomicCaptureExpr()
3118 return ExprRValue; in EmitOMPAtomicCaptureExpr()
3122 XLValue, ExprRValue, /*BO=*/BO_Assign, /*IsXLHSInRHSPart=*/false, AO, in EmitOMPAtomicCaptureExpr()
3126 NewVVal = IsPostfixUpdate ? Res.second : ExprRValue; in EmitOMPAtomicCaptureExpr()