LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Attributes | List of all members
llvm::APInt::ms Struct Reference

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

#include <APInt.h>

Collaboration diagram for llvm::APInt::ms:
Collaboration graph
[legend]

Public Attributes

APInt m
 magic number More...
 
unsigned s
 shift amount More...
 

Detailed Description

Magic data for optimising signed division by a constant.

Definition at line 1672 of file APInt.h.

Member Data Documentation

APInt llvm::APInt::ms::m

magic number

Definition at line 1673 of file APInt.h.

Referenced by llvm::TargetLowering::BuildSDIV(), and llvm::APInt::magic().

unsigned llvm::APInt::ms::s

shift amount

Definition at line 1674 of file APInt.h.

Referenced by llvm::TargetLowering::BuildSDIV(), and llvm::APInt::magic().


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