Searched refs:OutTy (Results 1 – 1 of 1) sorted by relevance
567 llvm::Type *OutTy = nullptr; in ExpandFunction() local570 OutTy = (FunctionArgIter++)->getType(); in ExpandFunction()571 OutStep = getStepValue(&DL, OutTy, Arg_outstep); in ExpandFunction()614 OutPtr = Builder.CreatePointerCast(OutPtr, OutTy); in ExpandFunction()708 llvm::Type *OutTy = nullptr; in ExpandKernel() local720 OutTy = ArgIter->getType(); in ExpandKernel()726 OutTy = OutBaseTy->getPointerTo(); in ExpandKernel()729 OutStep = getStepValue(&DL, OutTy, Arg_outstep); in ExpandKernel()742 CastedOutBasePtr = Builder.CreatePointerCast(OutBasePtr, OutTy, "casted_out"); in ExpandKernel()