MLIR 22.0.0git
Pattern.cpp File Reference

Go to the source code of this file.

Functions

static unsigned getBitWidth (Type type)
static Value createI32Constant (OpBuilder &builder, Location loc, int32_t value)

Function Documentation

◆ createI32Constant()

Value createI32Constant ( OpBuilder & builder,
Location loc,
int32_t value )
static

Definition at line 387 of file Pattern.cpp.

References mlir::Builder::getI32Type().

◆ getBitWidth()