Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/lib/
DRSKernelExpand.cpp814 llvm::Value *OutStep = nullptr; in ExpandOldStyleForEach() local
844 OutStep = getStepValue(&DL, OutTy, Arg_outstep); in ExpandOldStyleForEach()
845 OutStep->setName("outstep"); in ExpandOldStyleForEach()
885 OutOffset = Builder.CreateMul(OutOffset, OutStep); in ExpandOldStyleForEach()
1066 uint64_t OutStep = DL.getTypeAllocSize(OutTy->getPointerElementType()); in ExpandForEach() local
1067 …::Value *OutOffsetInBytes = Builder.CreateMul(OutOffset, llvm::ConstantInt::get(Int32Ty, OutStep)); in ExpandForEach()