|
MLIR
22.0.0git
|
#include "mlir/Dialect/Arith/IR/Arith.h"#include "mlir/Interfaces/InferIntRangeInterface.h"#include "mlir/Interfaces/Utils/InferIntRangeCommon.h"#include <optional>Go to the source code of this file.
Macros | |
| #define | DEBUG_TYPE "int-range-analysis" |
Functions | |
| static intrange::OverflowFlags | convertArithOverflowFlags (arith::IntegerOverflowFlags flags) |
| #define DEBUG_TYPE "int-range-analysis" |
Definition at line 15 of file InferIntRangeInterfaceImpls.cpp.
|
static |
Definition at line 22 of file InferIntRangeInterfaceImpls.cpp.
References mlir::intrange::None, mlir::intrange::Nsw, and mlir::intrange::Nuw.