Declared in <llvm/Analysis/ScalarEvolutionDivision.h>
struct SCEVDivision
: SCEVVisitor<SCEVDivision, void>
| Name | Description |
|---|---|
SCEVVisitor<SCEVDivision, void> | This class defines a simple visitor class that may be used for various SCEV analysis purposes. |
| Name | Description |
|---|---|
divide | Computes the Quotient and Remainder of the division of Numerator by Denominator. We are not actually performing the division here. Instead, we are trying to find SCEV expressions Quotient and Remainder that satisfy: |