Home
last modified time | relevance | path

Searched refs:createIntCast (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenBuiltin.cpp55 result = builder.createIntCast(result, exprTy); in emitBuiltinBitOp()
H A DCIRGenBuilder.h266 value = createIntCast(value, getSIntNTy(intTy.getWidth())); in createNeg()
/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
123 return createIntCast(rewriter, value, rewriter.getI1Type()); in emitFromMemory()
141 return createIntCast(rewriter, value, memType); in emitToMemory()
2550 mlir::Value srcVal = createIntCast(rewriter, adaptor.getSrc(), intType); in matchAndRewrite()
2589 resultVal = createIntCast(rewriter, resultVal, in matchAndRewrite()
2666 mlir::Value newOp = createIntCast( in matchAndRewrite()
/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