Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Vectorize/
DBBVectorize.cpp712 InsertElementInst *IENext = IE; in isPureIEChain() local
714 if (!isa<UndefValue>(IENext->getOperand(0)) && in isPureIEChain()
715 !isa<InsertElementInst>(IENext->getOperand(0))) { in isPureIEChain()
718 } while ((IENext = in isPureIEChain()
719 dyn_cast<InsertElementInst>(IENext->getOperand(0)))); in isPureIEChain()