struct for holding enough information to help calculate the cost of the given SCEV when expanded into IR.
Synopsis
Declared in <llvm/Transforms/Utils/ScalarEvolutionExpander.h>
struct SCEVOperand;
Member Functions
Name |
Description |
|
Construct a SCEVOperand describing one operand of an expanded instruction. |
Data Members
Name |
Description |
The use index of an expanded instruction. |
|
LLVM instruction opcode that uses the operand. |
|
The SCEV operand to be costed. |
Created with MrDocs