clang 24.0.0git
clang::CIRGen::CIRGenFixedPointBuilder Member List

This is the complete list of members for clang::CIRGen::CIRGenFixedPointBuilder, including all inherited members.

CIRGenFixedPointBuilder(CIRGenBuilderTy &builder, mlir::Location loc)clang::CIRGen::CIRGenFixedPointBuilderinline
createAdd(mlir::Value lhs, const llvm::FixedPointSemantics &lhsSema, mlir::Value rhs, const llvm::FixedPointSemantics &rhsSema)clang::CIRGen::CIRGenFixedPointBuilderinline
createCmp(mlir::Value lhs, const llvm::FixedPointSemantics &lhsSema, mlir::Value rhs, const llvm::FixedPointSemantics &rhsSema, cir::CmpOpKind kind)clang::CIRGen::CIRGenFixedPointBuilderinline
createDiv(mlir::Value lhs, const llvm::FixedPointSemantics &lhsSema, mlir::Value rhs, const llvm::FixedPointSemantics &rhsSema)clang::CIRGen::CIRGenFixedPointBuilderinline
createFixedToFixed(mlir::Value src, const llvm::FixedPointSemantics &srcSema, const llvm::FixedPointSemantics &dstSema)clang::CIRGen::CIRGenFixedPointBuilderinline
createFixedToFloating(mlir::Value src, const llvm::FixedPointSemantics &srcSema, mlir::Type dstTy)clang::CIRGen::CIRGenFixedPointBuilderinline
createFixedToInteger(mlir::Value src, const llvm::FixedPointSemantics &srcSema, unsigned dstWidth, bool dstIsSigned)clang::CIRGen::CIRGenFixedPointBuilderinline
createFloatingToFixed(mlir::Value src, const llvm::FixedPointSemantics &dstSema)clang::CIRGen::CIRGenFixedPointBuilderinline
createIntegerToFixed(mlir::Value src, unsigned srcIsSigned, const llvm::FixedPointSemantics &dstSema)clang::CIRGen::CIRGenFixedPointBuilderinline
createMul(mlir::Value lhs, const llvm::FixedPointSemantics &lhsSema, mlir::Value rhs, const llvm::FixedPointSemantics &rhsSema)clang::CIRGen::CIRGenFixedPointBuilderinline
createShl(mlir::Value lhs, const llvm::FixedPointSemantics &lhsSema, mlir::Value rhs)clang::CIRGen::CIRGenFixedPointBuilderinline
createShr(mlir::Value lhs, mlir::Value rhs)clang::CIRGen::CIRGenFixedPointBuilderinline
createSub(mlir::Value lhs, const llvm::FixedPointSemantics &lhsSema, mlir::Value rhs, const llvm::FixedPointSemantics &rhsSema)clang::CIRGen::CIRGenFixedPointBuilderinline