Home | History | Annotate | Download | only in CodeGen

Lines Matching full:newvalue

2109                                                  llvm::Value *newValue,
2120 return EmitARCStoreStrongCall(dst.getAddress(), newValue, ignored);
2126 newValue = EmitARCRetain(type, newValue);
2133 EmitStoreOfScalar(newValue, dst);
2138 return newValue;