Searched refs:getConstAPInt (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CIR/Lowering/ |
| H A D | LoweringHelpers.cpp | 149 mlir::Value getConstAPInt(mlir::OpBuilder &bld, mlir::Location loc, in getConstAPInt() function 175 mlir::Value rhsVal = getConstAPInt(bld, lhs.getLoc(), lhs.getType(), rhs); in createAnd()
|
| /freebsd/contrib/llvm-project/clang/include/clang/CIR/ |
| H A D | LoweringHelpers.h | 40 mlir::Value getConstAPInt(mlir::OpBuilder &bld, mlir::Location loc,
|
| /freebsd/contrib/llvm-project/clang/include/clang/CIR/Dialect/Builder/ |
| H A D | CIRBaseBuilder.h | 64 mlir::Value getConstAPInt(mlir::Location loc, mlir::Type typ, in getConstAPInt() function 320 return getConstAPInt(loc, type, val); in createLowBitsSet() 424 return createShift(loc, lhs, getConstAPInt(loc, lhs.getType(), rhs), in createShift()
|