enum InstructionCost::CostState
Description
CostState describes the state of a cost.
Declared at: llvm/include/llvm/Support/InstructionCost.h:34
Enumerators
Name | Value | Comment |
---|---|---|
Valid | 0 | |
Invalid | 1 | < The cost value represents a valid cost, even when the cost-value is large. |