LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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:
Collaboration graph
[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 1678 of file APInt.h.

Member Data Documentation

bool llvm::APInt::mu::a

add indicator

Definition at line 1680 of file APInt.h.

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

APInt llvm::APInt::mu::m

magic number

Definition at line 1679 of file APInt.h.

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

unsigned llvm::APInt::mu::s

shift amount

Definition at line 1681 of file APInt.h.

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


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