Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp4029 Value *PtrInd = Induction; in widenPHIInstruction() local
4030 PtrInd = Builder.CreateSExtOrTrunc(PtrInd, II.getStep()->getType()); in widenPHIInstruction()
4036 Constant *Idx = ConstantInt::get(PtrInd->getType(), EltIndex); in widenPHIInstruction()
4037 Value *GlobalIdx = Builder.CreateAdd(PtrInd, Idx); in widenPHIInstruction()
4047 Constant *Idx = ConstantInt::get(PtrInd->getType(), EltIndex); in widenPHIInstruction()
4048 Value *GlobalIdx = Builder.CreateAdd(PtrInd, Idx); in widenPHIInstruction()