This class represents a sign extension of a small integer value to a larger integer value.
Synopsis
Declared in <llvm/Analysis/ScalarEvolutionExpressions.h>
class SCEVSignExtendExpr
: public SCEVIntegralCastExpr
Base Classes
Name |
Description |
This is the base class for unary integral cast operator classes. |
Type Aliases
Name |
Description |
SCEV no‐wrap flags; alias of SCEVNoWrapFlags. |
Member Functions
Name |
Description |
|
Deleted copy assignment. |
Compute and set the canonical SCEV, by constructing a SCEV with the same operands, but all SCEVUse flags dropped. |
|
This method is used for debugging. |
|
Return the canonical SCEV. |
|
Return the estimated size of this SCEV's expression tree. |
|
Return the number of operands (always 1). |
|
|
|
Return the SCEV opcode of this expression. |
|
Return the LLVM type of this SCEV expression. |
|
Return true if the expression is a constant all‐ones value. |
|
Return true if the specified scev is negated, but not a constant. |
|
Return true if the expression is a constant one. |
|
Return true if the expression is a constant zero. |
|
Return the single‐element operand array for this cast. |
|
Print this SCEV to |
Static Member Functions
Name |
Description |
Methods for support type inquiry through isa, cast, and dyn_cast. |
Static Data Members
Name |
Description |
No wrap guarantee. |
|
No signed wrap. |
|
No unsigned wrap. |
|
No self‐wrap. |
|
Mask of all no‐wrap flag bits. |
Protected Data Members
Name |
Description |
Pointer to the canonical version of the SCEV, i.e. one where all operands have no SCEVUse flags. |
|
Estimated complexity of this node's expression tree size. |
|
The single cast operand. |
|
This field is initialized to zero and may be used in subclasses to store miscellaneous information. |
|
Immutable type of the SCEV. |
Friends
Name |
Description |
The main scalar evolution driver. Because client code (intentionally) can't do much with the SCEV objects directly, they must ask this class for services. |
Non-Member Functions
Name |
Description |
Return true if any node in |
|
Returns true if |
|
Returns true if |
|
Denormalize |
|
Overload for isDereferenceableAndAlignedInLoop taking the pointer and access size directly as SCEVs. |
|
Returns true if we can prove that |
|
Returns true if we can prove that |
|
Returns true if we can prove that |
|
Returns true if we can prove that |
|
Normalize |
|
Normalize |
|
Use SCEVTraversal to visit all nodes in the given expression tree. |
|
Match a SCEV, capturing it if we match. |
|
Match a sign‐extend SCEV whose operand matches |
|
Match if we have a specific specified SCEV. |
|
Match SCEV |
Created with MrDocs