Home | History | Annotate | Download | only in CodeGen

Lines Matching full:newvalue

2080                                                  llvm::Value *newValue,
2091 return EmitARCStoreStrongCall(dst.getAddress(), newValue, ignored);
2097 newValue = EmitARCRetain(type, newValue);
2104 EmitStoreOfScalar(newValue, dst);
2109 return newValue;