Home
last modified time | relevance | path

Searched defs:createIntCast (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/CIR/Dialect/Builder/
H A DCIRBaseBuilder.h273 mlir::Value createIntCast(mlir::Value src, mlir::Type newTy) { in createIntCast() function
/freebsd/contrib/llvm-project/clang/lib/CIR/Lowering/DirectToLLVM/
H A DLowerToLLVM.cpp81 static mlir::Value createIntCast(mlir::OpBuilder &bld, mlir::Value src, in createIntCast() function