Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp3131 int EltIndex = part; in widenPHIInstruction() local
3132 Constant *Idx = ConstantInt::get(Induction->getType(), EltIndex); in widenPHIInstruction()
3142 int EltIndex = i + part * VF; in widenPHIInstruction() local
3143 Constant *Idx = ConstantInt::get(Induction->getType(), EltIndex); in widenPHIInstruction()