LLVM API Documentation

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

List of all members.

Public Attributes

APInt m
 magic number
unsigned s
 shift amount

Detailed Description

Magic data for optimising signed division by a constant.

Definition at line 1706 of file APInt.h.


Member Data Documentation

magic number

Definition at line 1707 of file APInt.h.

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

shift amount

Definition at line 1708 of file APInt.h.

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


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