enum OperatorChain

Description

Operator chain lattice.

Declared at: llvm/lib/Transforms/Scalar/LoopUnswitch.cpp:404

Enumerators

NameValueComment
OC_OpChainNone0There is no operator.
OC_OpChainOr1There are only ORs.
OC_OpChainAnd2There are only ANDs.
OC_OpChainMixed3There are ANDs and ORs.