struct for holding enough information to help calculate the cost of the given SCEV when expanded into IR.
Declared in <llvm/Transforms/Utils/ScalarEvolutionExpander.h>
struct SCEVOperand;
| Name | Description |
|---|---|
SCEVOperand [constructor] | Construct a SCEVOperand describing one operand of an expanded instruction. |
| Name | Description |
|---|---|
OperandIdx | The use index of an expanded instruction. |
ParentOpcode | LLVM instruction opcode that uses the operand. |
S | The SCEV operand to be costed. |