Construct a unary integral cast SCEV of kind SCEVTy.
Declared in <llvm/Analysis/ScalarEvolutionExpressions.h>
SCEVIntegralCastExpr(
FoldingSetNodeIDRef const ID,
SCEVTypes SCEVTy,
SCEVUse op,
Type* ty);
| Name | Description |
|---|---|
| ID | Folding-set ID for this node. |
| SCEVTy | SCEV kind for this cast. |
| op | Operand being cast. |
| ty | Result type of the cast. |