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

Public Attributes | |
| APInt | m |
| magic number More... | |
| bool | a |
| add indicator More... | |
| unsigned | s |
| shift amount More... | |
| bool llvm::APInt::mu::a |
add indicator
Definition at line 1963 of file APInt.h.
Referenced by llvm::TargetLowering::BuildUDIV(), and llvm::APInt::magicu().
| APInt llvm::APInt::mu::m |
magic number
Definition at line 1962 of file APInt.h.
Referenced by llvm::TargetLowering::BuildUDIV(), and llvm::APInt::magicu().
| unsigned llvm::APInt::mu::s |
shift amount
Definition at line 1964 of file APInt.h.
Referenced by llvm::TargetLowering::BuildUDIV(), and llvm::APInt::magicu().
1.8.13