Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/lib/Renderscript/
DRSForEachExpand.cpp537 llvm::Value *InStep = nullptr; in ExpandFunction() local
559 InStep = getStepValue(&DL, InTy, InStepArg); in ExpandFunction()
561 InStep->setName("instep"); in ExpandFunction()
619 InOffset = Builder.CreateMul(InOffset, InStep); in ExpandFunction()
798 llvm::Value *InStep = getStepValue(&DL, InType, InStepArg); in ExpandKernel() local
800 InStep->setName("instep"); in ExpandKernel()
814 InSteps.push_back(InStep); in ExpandKernel()