Lines Matching defs:DestLVal
3673 LValue DestLVal = CGF.EmitLValue(OrigExpr);
3676 PrivateExpr->getType(), DestLVal.getAddress(), SrcLVal.getAddress(),
5538 LValue DestLVal = EmitLValue(TempExpr);
5540 EmitOMPCopy(PrivateExpr->getType(), DestLVal.getAddress(),
5552 LValue DestLVal;
5555 DestLVal = EmitLValue(RHSs[I]);
5559 DestLVal = EmitLValue(RHSs[I]);
5563 PrivateExpr->getType(), DestLVal.getAddress(), SrcLVal.getAddress(),
5596 LValue DestLVal = EmitLValue(CopyArrayElem);
5599 PrivateExpr->getType(), DestLVal.getAddress(), SrcLVal.getAddress(),
5638 LValue DestLVal = EmitLValue(OrigExpr);
5640 PrivateExpr->getType(), DestLVal.getAddress(), SrcLVal.getAddress(),