Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp3689 Value *PtrInd = Induction; in widenPHIInstruction() local
3690 PtrInd = Builder.CreateSExtOrTrunc(PtrInd, II.getStepValue()->getType()); in widenPHIInstruction()
3696 Constant *Idx = ConstantInt::get(PtrInd->getType(), EltIndex); in widenPHIInstruction()
3697 Value *GlobalIdx = Builder.CreateAdd(PtrInd, Idx); in widenPHIInstruction()
3707 Constant *Idx = ConstantInt::get(PtrInd->getType(), EltIndex); in widenPHIInstruction()
3708 Value *GlobalIdx = Builder.CreateAdd(PtrInd, Idx); in widenPHIInstruction()