Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/lib/
DRSKernelExpand.cpp743 uint64_t InStep = DL.getTypeAllocSize(InTy->getPointerElementType()); in ExpandInputsBody() local
744 … llvm::Value *OffsetInBytes = Builder.CreateMul(Offset, llvm::ConstantInt::get(Int32Ty, InStep)); in ExpandInputsBody()
813 llvm::Value *InStep = nullptr; in ExpandOldStyleForEach() local
831 InStep = getStepValue(&DL, InTy, InStepArg); in ExpandOldStyleForEach()
833 InStep->setName("instep"); in ExpandOldStyleForEach()
892 InOffset = Builder.CreateMul(InOffset, InStep); in ExpandOldStyleForEach()