MLIR 23.0.0git
ImageOps.cpp File Reference

Go to the source code of this file.

Functions

static bool isCoreFloat (Type type)
static LogicalResult verifyImageOperands (Operation *imageOp, spirv::ImageOperandsAttr attr, Operation::operand_range operands)

Function Documentation

◆ isCoreFloat()

bool isCoreFloat ( Type type)
static

Definition at line 21 of file ImageOps.cpp.

Referenced by verifyImageOperands().

◆ verifyImageOperands()

LogicalResult verifyImageOperands ( Operation * imageOp,
spirv::ImageOperandsAttr attr,
Operation::operand_range operands )
static