Home
last modified time | relevance | path

Searched refs:createPtrBitcast (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenBuilder.cpp77 return Address(builder.createPtrBitcast(getBasePointer(), elemTy), elemTy, in withElementType()
/freebsd/contrib/llvm-project/clang/include/clang/CIR/Dialect/Builder/
H A DCIRBaseBuilder.h302 mlir::Value createPtrBitcast(mlir::Value src, mlir::Type newPointeeTy) { in createPtrBitcast() function