LLVM API Documentation

Public Attributes
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]

List of all members.

Public Attributes

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

Detailed Description

Magic data for optimising unsigned division by a constant.

Definition at line 1712 of file APInt.h.


Member Data Documentation

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().


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