Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/lib/
DRSKernelExpand.cpp884 llvm::Value *OutOffset = Builder.CreateSub(IV, Arg_x1); in ExpandOldStyleForEach() local
885 OutOffset = Builder.CreateMul(OutOffset, OutStep); in ExpandOldStyleForEach()
886 OutPtr = Builder.CreateInBoundsGEP(OutBasePtr, OutOffset); in ExpandOldStyleForEach()
1058 llvm::Value *OutOffset = Builder.CreateSub(IV, Arg_x1); in ExpandForEach() local
1061 OutPtr = Builder.CreateInBoundsGEP(CastedOutBasePtr, OutOffset); in ExpandForEach()
1067 …llvm::Value *OutOffsetInBytes = Builder.CreateMul(OutOffset, llvm::ConstantInt::get(Int32Ty, OutSt… in ExpandForEach()