#include "clang/AST/CharUnits.h"
#include "clang/CIR/Dialect/IR/CIRAttrs.h"
#include "clang/CIR/Dialect/IR/CIRDialect.h"
#include "clang/CIR/Dialect/IR/CIRTypes.h"
#include "clang/CIR/MissingFeatures.h"
#include "llvm/ADT/STLForwardCompat.h"
#include "llvm/Support/ErrorHandling.h"
#include "mlir/IR/Builders.h"
#include "mlir/IR/BuiltinAttributes.h"
#include "mlir/IR/Location.h"
#include "mlir/IR/Types.h"
Go to the source code of this file.
|
constexpr OverflowBehavior | cir::operator| (OverflowBehavior a, OverflowBehavior b) |
|
constexpr OverflowBehavior | cir::operator& (OverflowBehavior a, OverflowBehavior b) |
|
constexpr OverflowBehavior & | cir::operator|= (OverflowBehavior &a, OverflowBehavior b) |
|
constexpr OverflowBehavior & | cir::operator&= (OverflowBehavior &a, OverflowBehavior b) |
|