Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/CIR/Dialect/Builder/
H A DCIRBaseBuilder.h281 mlir::Value createPtrToInt(mlir::Value src, mlir::Type newTy) { in createPtrToInt() function
/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenExprScalar.cpp710 return builder.createPtrToInt(src, mlirDstType); in emitScalarConversion()
1770 return builder.createPtrToInt(Visit(subExpr), cgf.convertType(destTy)); in VisitCastExpr()