MLIR
20.0.0git
|
Holds the result of (div a, b) and (mod a, b). More...
#include "mlir/Dialect/Affine/Utils.h"
Public Attributes | |
Value | quotient |
Value | remainder |
Value mlir::affine::DivModValue::quotient |
Definition at line 302 of file Utils.h.
Referenced by mlir::affine::delinearizeIndex(), and mlir::affine::getDivMod().
Value mlir::affine::DivModValue::remainder |
Definition at line 303 of file Utils.h.
Referenced by mlir::affine::delinearizeIndex(), and mlir::affine::getDivMod().