LLVM  8.0.1
Macros | Enumerations
BypassSlowDivision.cpp File Reference
#include "llvm/Transforms/Utils/BypassSlowDivision.h"
#include "llvm/ADT/DenseMap.h"
#include "llvm/ADT/None.h"
#include "llvm/ADT/Optional.h"
#include "llvm/ADT/STLExtras.h"
#include "llvm/ADT/SmallPtrSet.h"
#include "llvm/Transforms/Utils/Local.h"
#include "llvm/Analysis/ValueTracking.h"
#include "llvm/IR/BasicBlock.h"
#include "llvm/IR/Constants.h"
#include "llvm/IR/DerivedTypes.h"
#include "llvm/IR/Function.h"
#include "llvm/IR/IRBuilder.h"
#include "llvm/IR/Instruction.h"
#include "llvm/IR/Instructions.h"
#include "llvm/IR/Module.h"
#include "llvm/IR/Type.h"
#include "llvm/IR/Value.h"
#include "llvm/Support/Casting.h"
#include "llvm/Support/KnownBits.h"
#include <cassert>
#include <cstdint>
Include dependency graph for BypassSlowDivision.cpp:

Go to the source code of this file.

Macros

#define DEBUG_TYPE   "bypass-slow-division"
 

Enumerations

enum  ValueRange
 

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "bypass-slow-division"

Definition at line 43 of file BypassSlowDivision.cpp.

Enumeration Type Documentation

◆ ValueRange

enum ValueRange

Definition at line 68 of file BypassSlowDivision.cpp.