LLVM 20.0.0git
|
#include "llvm/Transforms/Utils/BypassSlowDivision.h"
Public Member Functions | |
DivRemMapKey ()=default | |
DivRemMapKey (bool InSignedOp, Value *InDividend, Value *InDivisor) | |
Public Attributes | |
bool | SignedOp |
AssertingVH< Value > | Dividend |
AssertingVH< Value > | Divisor |
Definition at line 30 of file BypassSlowDivision.h.
|
default |
Definition at line 37 of file BypassSlowDivision.h.
AssertingVH<Value> llvm::DivRemMapKey::Dividend |
Definition at line 32 of file BypassSlowDivision.h.
Referenced by llvm::DenseMapInfo< DivRemMapKey >::getHashValue(), and llvm::DenseMapInfo< DivRemMapKey >::isEqual().
AssertingVH<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().