LLVM API Documentation
Magic data for optimising unsigned division by a constant. More...
#include <APInt.h>
Public Attributes | |
APInt | m |
magic number | |
bool | a |
add indicator | |
unsigned | s |
shift amount |
add indicator
Definition at line 1714 of file APInt.h.
Referenced by llvm::TargetLowering::BuildUDIV(), and llvm::APInt::magicu().
magic number
Definition at line 1713 of file APInt.h.
Referenced by llvm::TargetLowering::BuildUDIV(), and llvm::APInt::magicu().
shift amount
Definition at line 1715 of file APInt.h.
Referenced by llvm::TargetLowering::BuildUDIV(), and llvm::APInt::magicu().