Searched refs:UpscaledTy (Results 1 – 1 of 1) sorted by relevance
80 Type *UpscaledTy = B.getIntNTy(ResultWidth); in Convert() local81 Result = B.CreateIntCast(Result, UpscaledTy, SrcIsSigned, "resize"); in Convert()