LLVM
8.0.1
|
#include "llvm/Transforms/Utils/BypassSlowDivision.h"
Public Member Functions | |
DivRemMapKey (bool InSignedOp, Value *InDividend, Value *InDivisor) | |
Public Attributes | |
bool | SignedOp |
Value * | Dividend |
Value * | Divisor |
Definition at line 30 of file BypassSlowDivision.h.
Definition at line 35 of file BypassSlowDivision.h.
Referenced by llvm::DenseMapInfo< DivRemMapKey >::getEmptyKey(), and llvm::DenseMapInfo< DivRemMapKey >::getTombstoneKey().
Value* llvm::DivRemMapKey::Dividend |
Definition at line 32 of file BypassSlowDivision.h.
Referenced by llvm::DenseMapInfo< DivRemMapKey >::getHashValue(), and llvm::DenseMapInfo< DivRemMapKey >::isEqual().
Value* llvm::DivRemMapKey::Divisor |
Definition at line 33 of file BypassSlowDivision.h.
Referenced by llvm::DenseMapInfo< DivRemMapKey >::getHashValue(), and llvm::DenseMapInfo< DivRemMapKey >::isEqual().
bool llvm::DivRemMapKey::SignedOp |
Definition at line 31 of file BypassSlowDivision.h.
Referenced by llvm::DenseMapInfo< DivRemMapKey >::getHashValue(), and llvm::DenseMapInfo< DivRemMapKey >::isEqual().