Searched refs:dstAddr (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/ |
| H A D | CIRGenBuilder.h | 427 mlir::Value dstAddr, mlir::Type storageType, in createSetBitfield() argument 430 return create<cir::SetBitfieldOp>(loc, resultType, dstAddr, storageType, in createSetBitfield()
|
| H A D | CIRGenExpr.cpp | 338 mlir::Value dstAddr = dst.getAddress().getPointer(); in emitStoreThroughBitfieldLValue() local 340 return builder.createSetBitfield(dstAddr.getLoc(), resLTy, dstAddr, in emitStoreThroughBitfieldLValue()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGBlocks.cpp | 2041 llvm::Value *dstAddr = dstField.emitRawPointer(*this); in GenerateCopyHelperFunction() local 2043 dstAddr, srcValue, llvm::ConstantInt::get(Int32Ty, flags.getBitMask()) in GenerateCopyHelperFunction()
|