|
LLVM
4.0.0
|
#include "LegalizeTypes.h"#include "llvm/IR/DerivedTypes.h"#include "llvm/Support/ErrorHandling.h"#include "llvm/Support/raw_ostream.h"Go to the source code of this file.
Macros | |
| #define | DEBUG_TYPE "legalize-types" |
Functions | |
| static std::pair < ISD::CondCode, ISD::NodeType > | getExpandedMinMaxOps (int Op) |
| #define DEBUG_TYPE "legalize-types" |
Definition at line 27 of file LegalizeIntegerTypes.cpp.
|
static |
Definition at line 1657 of file LegalizeIntegerTypes.cpp.
References llvm_unreachable, llvm::ISD::SETGT, llvm::ISD::SETLT, llvm::ISD::SETUGT, llvm::ISD::SETULT, llvm::ISD::SMAX, llvm::ISD::SMIN, llvm::ISD::UMAX, and llvm::ISD::UMIN.
1.8.6