#include "mlir/Support/LLVM.h"
#include "llvm/ADT/Optional.h"
Go to the source code of this file.
|
struct | mlir::LogicalResult |
| This class represents an efficient way to signal success or failure. More...
|
|
class | mlir::FailureOr< T > |
| This class provides support for representing a failure result, or a valid value of type T . More...
|
|
class | mlir::ParseResult |
| This class represents success/failure for parsing-like operations that find it important to chain together failable operations with || . More...
|
|
|
| mlir |
| TODO: Remove this file when SCCP and integer range analysis have been ported to the new framework.
|
|