MLIR
20.0.0git
|
#include "mlir/Dialect/Arith/IR/Arith.h"
#include "mlir/Interfaces/InferIntRangeInterface.h"
#include "mlir/Interfaces/Utils/InferIntRangeCommon.h"
#include "llvm/Support/Debug.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 16 of file InferIntRangeInterfaceImpls.cpp.
|
static |
Definition at line 23 of file InferIntRangeInterfaceImpls.cpp.
References mlir::intrange::None, mlir::intrange::Nsw, and mlir::intrange::Nuw.