Lines Matching defs:DestLVal
3727 LValue DestLVal = CGF.EmitLValue(OrigExpr);
3730 PrivateExpr->getType(), DestLVal.getAddress(), SrcLVal.getAddress(),
5655 LValue DestLVal = EmitLValue(TempExpr);
5657 EmitOMPCopy(PrivateExpr->getType(), DestLVal.getAddress(),
5669 LValue DestLVal;
5672 DestLVal = EmitLValue(RHSs[I]);
5676 DestLVal = EmitLValue(RHSs[I]);
5680 PrivateExpr->getType(), DestLVal.getAddress(), SrcLVal.getAddress(),
5713 LValue DestLVal = EmitLValue(CopyArrayElem);
5716 PrivateExpr->getType(), DestLVal.getAddress(), SrcLVal.getAddress(),
5755 LValue DestLVal = EmitLValue(OrigExpr);
5757 PrivateExpr->getType(), DestLVal.getAddress(), SrcLVal.getAddress(),