Home
last modified time | relevance | path

Searched refs:createBitcast (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/CIR/Dialect/Builder/
H A DCIRBaseBuilder.h293 mlir::Value createBitcast(mlir::Value src, mlir::Type newTy) { in createBitcast() function
297 mlir::Value createBitcast(mlir::Location loc, mlir::Value src, in createBitcast() function
304 return createBitcast(src, getPointerTo(newPointeeTy)); in createPtrBitcast()
/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenBuilder.h333 return Address(createBitcast(loc, addr.getPointer(), ptrTy), destType, in createElementBitCast()
H A DCIRGenDecl.cpp458 builder.createBitcast(getAddrOp.getAddr(), expectedType); in emitStaticVarDecl()
H A DCIRGenExpr.cpp265 v = cgf.getBuilder().createBitcast(v.getLoc(), v, realPtrTy); in emitGlobalVarDeclLValue()
H A DCIRGenExprScalar.cpp1703 return cgf.getBuilder().createBitcast(cgf.getLoc(subExpr->getSourceRange()), in VisitCastExpr()