Searched refs:createIntCast (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/ |
| H A D | CIRGenBuiltin.cpp | 55 result = builder.createIntCast(result, exprTy); in emitBuiltinBitOp()
|
| H A D | CIRGenBuilder.h | 266 value = createIntCast(value, getSIntNTy(intTy.getWidth())); in createNeg()
|
| /freebsd/contrib/llvm-project/clang/lib/CIR/Lowering/DirectToLLVM/ |
| H A D | LowerToLLVM.cpp | 81 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 D | CIRBaseBuilder.h | 273 mlir::Value createIntCast(mlir::Value src, mlir::Type newTy) { in createIntCast() function
|