MLIR 24.0.0git
mlir::spirv::LinearizedIndexNoWrapFlags Struct Reference

No-wrap guarantees proven for a linearized index calculation. More...

#include "mlir/Dialect/SPIRV/Transforms/SPIRVConversion.h"

Public Attributes

bool noSignedWrap = false
bool noUnsignedWrap = false

Detailed Description

No-wrap guarantees proven for a linearized index calculation.

Definition at line 172 of file SPIRVConversion.h.

Member Data Documentation

◆ noSignedWrap

bool mlir::spirv::LinearizedIndexNoWrapFlags::noSignedWrap = false

◆ noUnsignedWrap

bool mlir::spirv::LinearizedIndexNoWrapFlags::noUnsignedWrap = false

The documentation for this struct was generated from the following file: