Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/lib/Renderscript/
DRSForEachExpand.cpp618 llvm::Value *InOffset = Builder.CreateSub(IV, Arg_x1); in ExpandFunction() local
619 InOffset = Builder.CreateMul(InOffset, InStep); in ExpandFunction()
620 InPtr = Builder.CreateGEP(InBasePtr, InOffset); in ExpandFunction()