MLIR  19.0.0git
Public Attributes | List of all members
mlir::affine::DivModValue Struct Reference

Holds the result of (div a, b) and (mod a, b). More...

#include "mlir/Dialect/Affine/Utils.h"

Public Attributes

Value quotient
 
Value remainder
 

Detailed Description

Holds the result of (div a, b) and (mod a, b).

Definition at line 301 of file Utils.h.

Member Data Documentation

◆ quotient

Value mlir::affine::DivModValue::quotient

Definition at line 302 of file Utils.h.

Referenced by mlir::affine::delinearizeIndex(), and mlir::affine::getDivMod().

◆ remainder

Value mlir::affine::DivModValue::remainder

Definition at line 303 of file Utils.h.

Referenced by mlir::affine::delinearizeIndex(), and mlir::affine::getDivMod().


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