GCC Middle and Back End API Reference
[struct].inverse_table Struct Reference

Data Fields

size_t mult
unsigned int shift

Detailed Description

The Ith entry is a pair of numbers (mult, shift) such that
((k * mult) >> shift) mod 2^32 == (k / OBJECT_SIZE(I)) mod 2^32,
for all k evenly divisible by OBJECT_SIZE(I).   

Field Documentation

◆ mult

◆ shift

unsigned int [struct].inverse_table shift

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