Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/lib/Renderscript/
DRSForEachExpand.cpp538 llvm::Value *OutStep = nullptr; in ExpandFunction() local
571 OutStep = getStepValue(&DL, OutTy, Arg_outstep); in ExpandFunction()
572 OutStep->setName("outstep"); in ExpandFunction()
612 OutOffset = Builder.CreateMul(OutOffset, OutStep); in ExpandFunction()
709 llvm::Value *OutStep = nullptr; in ExpandKernel() local
729 OutStep = getStepValue(&DL, OutTy, Arg_outstep); in ExpandKernel()
730 OutStep->setName("outstep"); in ExpandKernel()