Home
last modified time | relevance | path

Searched refs:PtrInd (Results 1 – 2 of 2) 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp3837 Value *PtrInd = Induction; in widenPHIInstruction() local
3838 PtrInd = Builder.CreateSExtOrTrunc(PtrInd, II.getStep()->getType()); in widenPHIInstruction()
3847 Constant *Idx = ConstantInt::get(PtrInd->getType(), Lane + Part * VF); in widenPHIInstruction()
3848 Value *GlobalIdx = Builder.CreateAdd(PtrInd, Idx); in widenPHIInstruction()