|
LLVM
8.0.1
|
Magic data for optimising signed division by a constant. More...
#include "llvm/ADT/APInt.h"

Public Attributes | |
| APInt | m |
| magic number More... | |
| unsigned | s |
| shift amount More... | |
| APInt llvm::APInt::ms::m |
magic number
Definition at line 1956 of file APInt.h.
Referenced by llvm::TargetLowering::BuildSDIV(), and llvm::APInt::magic().
| unsigned llvm::APInt::ms::s |
shift amount
Definition at line 1957 of file APInt.h.
Referenced by llvm::TargetLowering::BuildSDIV(), and llvm::APInt::magic().
1.8.13