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

/frameworks/compile/libbcc/lib/Renderscript/
H A DRSForEachExpand.cpp255 llvm::Value *OutStep = NULL; local
287 OutStep = getStepValue(&TD, OutTy, Arg_outstep);
288 OutStep->setName("outstep");
367 Builder.CreatePtrToInt(OutPtr, Int32Ty), OutStep), OutTy);
475 llvm::Value *OutStep = NULL; local
504 OutStep = getStepValue(&TD, OutTy, Arg_outstep);
505 OutStep->setName("outstep");
594 Builder.CreatePtrToInt(OutPtr, Int32Ty), OutStep), OutTy);

Completed in 33 milliseconds