Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp3695 int EltIndex = part; in widenPHIInstruction() local
3696 Constant *Idx = ConstantInt::get(PtrInd->getType(), EltIndex); in widenPHIInstruction()
3706 int EltIndex = i + part * VF; in widenPHIInstruction() local
3707 Constant *Idx = ConstantInt::get(PtrInd->getType(), EltIndex); in widenPHIInstruction()