Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/lib/
DRSKernelExpand.cpp891 llvm::Value *InOffset = Builder.CreateSub(IV, Arg_x1); in ExpandOldStyleForEach() local
892 InOffset = Builder.CreateMul(InOffset, InStep); in ExpandOldStyleForEach()
893 InPtr = Builder.CreateInBoundsGEP(InBufPtr, InOffset); in ExpandOldStyleForEach()