Home
last modified time | relevance | path

Searched refs:dstAddr (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenBuilder.h427 mlir::Value dstAddr, mlir::Type storageType, in createSetBitfield() argument
430 return create<cir::SetBitfieldOp>(loc, resultType, dstAddr, storageType, in createSetBitfield()
H A DCIRGenExpr.cpp338 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 DCGBlocks.cpp2041 llvm::Value *dstAddr = dstField.emitRawPointer(*this); in GenerateCopyHelperFunction() local
2043 dstAddr, srcValue, llvm::ConstantInt::get(Int32Ty, flags.getBitMask()) in GenerateCopyHelperFunction()