LLVM  4.0.0
Public Attributes | List of all members
llvm::APInt::mu Struct Reference

Magic data for optimising unsigned division by a constant. More...

#include <APInt.h>

Collaboration diagram for llvm::APInt::mu:
[legend]

Public Attributes

APInt m
 magic number More...
 
bool a
 add indicator More...
 
unsigned s
 shift amount More...
 

Detailed Description

Magic data for optimising unsigned division by a constant.

Definition at line 1716 of file APInt.h.

Member Data Documentation

bool llvm::APInt::mu::a

add indicator

Definition at line 1718 of file APInt.h.

Referenced by llvm::TargetLowering::BuildUDIV(), and llvm::APInt::magicu().

APInt llvm::APInt::mu::m

magic number

Definition at line 1717 of file APInt.h.

Referenced by llvm::TargetLowering::BuildUDIV(), and llvm::APInt::magicu().

unsigned llvm::APInt::mu::s

shift amount

Definition at line 1719 of file APInt.h.

Referenced by llvm::TargetLowering::BuildUDIV(), and llvm::APInt::magicu().


The documentation for this struct was generated from the following file: