Lines Matching full:outty
396 llvm::Type *OutTy = NULL;
399 OutTy = (FunctionArgIter++)->getType();
400 OutStep = getStepValue(&DL, OutTy, Arg_outstep);
437 // values and only cast at the very end to OutTy. This is because the step
441 // type 'OutTy' in cases where the element type of the allocation allows.
446 OutPtr = Builder.CreatePointerCast(OutPtr, OutTy);
547 llvm::Type *OutTy = NULL;
558 OutTy = ArgIter->getType();
564 OutTy = OutBaseTy->getPointerTo();
567 OutStep = getStepValue(&DL, OutTy, Arg_outstep);
679 // OutTy. This is to account for dynamic stepping sizes when the value
693 OutPtr = Builder.CreatePointerCast(OutPtr, OutTy);