enum InstructionCost::CostState

Description

CostState describes the state of a cost.

Declared at: llvm/include/llvm/Support/InstructionCost.h:34

Enumerators

NameValueComment
Valid0
Invalid1 < The cost value represents a valid cost, even when the cost-value is large.