|
MLIR
22.0.0git
|
#include "mlir/Conversion/LLVMCommon/Pattern.h"#include "mlir/Dialect/LLVMIR/FunctionCallUtils.h"#include "mlir/Dialect/LLVMIR/LLVMDialect.h"#include "mlir/Dialect/LLVMIR/LLVMTypes.h"#include "mlir/IR/AffineMap.h"#include "mlir/IR/BuiltinAttributes.h"Go to the source code of this file.
Functions | |
| static unsigned | getBitWidth (Type type) |
| static Value | createI32Constant (OpBuilder &builder, Location loc, int32_t value) |
Definition at line 394 of file Pattern.cpp.
References mlir::Builder::getI32Type().
Referenced by mlir::LLVM::composeValue(), and mlir::LLVM::decomposeValue().
|
static |
Definition at line 385 of file Pattern.cpp.
References mlir::Type::getIntOrFloatBitWidth(), and mlir::Type::isIntOrFloat().
Referenced by mlir::LLVM::composeValue(), and mlir::LLVM::decomposeValue().