Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/lib/Renderscript/
DRSKernelExpand.cpp861 llvm::Value *OutOffset = Builder.CreateSub(IV, Arg_x1); in ExpandOldStyleForEach() local
862 OutOffset = Builder.CreateMul(OutOffset, OutStep); in ExpandOldStyleForEach()
863 OutPtr = Builder.CreateInBoundsGEP(OutBasePtr, OutOffset); in ExpandOldStyleForEach()
1035 llvm::Value *OutOffset = Builder.CreateSub(IV, Arg_x1); in ExpandForEach() local
1038 OutPtr = Builder.CreateInBoundsGEP(CastedOutBasePtr, OutOffset); in ExpandForEach()
1044 …llvm::Value *OutOffsetInBytes = Builder.CreateMul(OutOffset, llvm::ConstantInt::get(Int32Ty, OutSt… in ExpandForEach()