[InstCombine] Signed saturation patterns
[llvm-complete.git] / include / llvm / Support / DataTypes.h
bloba3fcc82531b7191d907d03a09c70eaf3f47fcdb8
1 //===-- llvm/Support/DataTypes.h - Define fixed size types ------*- C++ -*-===//
2 //
3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4 // See https://llvm.org/LICENSE.txt for license information.
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6 //
7 //===----------------------------------------------------------------------===//
8 //
9 // Due to layering constraints (Support depends on llvm-c) this is a thin
10 // wrapper around the implementation that lives in llvm-c, though most clients
11 // can/should think of this as being provided by Support for simplicity (not
12 // many clients are aware of their dependency on llvm-c).
14 //===----------------------------------------------------------------------===//
16 #include "llvm-c/DataTypes.h"