9#ifndef LLVM_CLANG_CIR_DIALECT_BUILDER_CIRBASEBUILDER_H
10#define LLVM_CLANG_CIR_DIALECT_BUILDER_CIRBASEBUILDER_H
12#include "mlir/IR/Builders.h"
20 :
mlir::OpBuilder(&mlirContext) {}
23 return cir::PointerType::get(getContext(), ty);
cir::PointerType getPointerTo(mlir::Type ty)
CIRBaseBuilderTy(mlir::MLIRContext &mlirContext)
cir::PointerType getVoidPtrTy()