Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DLoopUnswitch.cpp398 OC_OpChainAnd, ///< There are only ANDs. enumerator
446 NewChain = BO->getOpcode() == Instruction::And ? OC_OpChainAnd : in FindLIVLoopCondition()
453 case OC_OpChainAnd: in FindLIVLoopCondition()
454 NewChain = BO->getOpcode() == Instruction::And ? OC_OpChainAnd : in FindLIVLoopCondition()
740 if (OpChain == OC_OpChainAnd) { in processCurrentLoop()