Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:EmitStoreOfScalar

1181 void CodeGenFunction::EmitStoreOfScalar(llvm::Value *Value, llvm::Value *Addr,
1241 void CodeGenFunction::EmitStoreOfScalar(llvm::Value *value, LValue lvalue,
1243 EmitStoreOfScalar(value, lvalue.getAddress(), lvalue.isVolatile(),
1469 EmitStoreOfScalar(Src.getScalarVal(), Dst, isInit);