Searched refs:OutStep (Results 1 – 1 of 1) sorted by relevance
814 llvm::Value *OutStep = nullptr; in ExpandOldStyleForEach() local844 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() local1067 …::Value *OutOffsetInBytes = Builder.CreateMul(OutOffset, llvm::ConstantInt::get(Int32Ty, OutStep)); in ExpandForEach()