Searched refs:OC_OpChainAnd (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopUnswitch.cpp405 OC_OpChainAnd, ///< There are only ANDs. enumerator in enum:OperatorChain
454 NewChain = BO->getOpcode() == Instruction::And ? OC_OpChainAnd :
461 case OC_OpChainAnd:
462 NewChain = BO->getOpcode() == Instruction::And ? OC_OpChainAnd :
766 if (OpChain == OC_OpChainAnd) {

Completed in 68 milliseconds