Searched refs:InOffset (Results 1 – 1 of 1) sorted by relevance
891 llvm::Value *InOffset = Builder.CreateSub(IV, Arg_x1); in ExpandOldStyleForEach() local892 InOffset = Builder.CreateMul(InOffset, InStep); in ExpandOldStyleForEach()893 InPtr = Builder.CreateInBoundsGEP(InBufPtr, InOffset); in ExpandOldStyleForEach()