Home
last modified time | relevance | path

Searched refs:getConstAPInt (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CIR/Lowering/
H A DLoweringHelpers.cpp149 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 DLoweringHelpers.h40 mlir::Value getConstAPInt(mlir::OpBuilder &bld, mlir::Location loc,
/freebsd/contrib/llvm-project/clang/include/clang/CIR/Dialect/Builder/
H A DCIRBaseBuilder.h64 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()