enum OperatorChain
Description
Operator chain lattice.
Declared at: llvm/lib/Transforms/Scalar/LoopUnswitch.cpp:404
Enumerators
Name | Value | Comment |
---|---|---|
OC_OpChainNone | 0 | There is no operator. |
OC_OpChainOr | 1 | There are only ORs. |
OC_OpChainAnd | 2 | There are only ANDs. |
OC_OpChainMixed | 3 | There are ANDs and ORs. |