Searched refs:InStep (Results 1 – 1 of 1) sorted by relevance
743 uint64_t InStep = DL.getTypeAllocSize(InTy->getPointerElementType()); in ExpandInputsBody() local744 … llvm::Value *OffsetInBytes = Builder.CreateMul(Offset, llvm::ConstantInt::get(Int32Ty, InStep)); in ExpandInputsBody()813 llvm::Value *InStep = nullptr; in ExpandOldStyleForEach() local831 InStep = getStepValue(&DL, InTy, InStepArg); in ExpandOldStyleForEach()833 InStep->setName("instep"); in ExpandOldStyleForEach()892 InOffset = Builder.CreateMul(InOffset, InStep); in ExpandOldStyleForEach()