Searched refs:SizeTyWidth (Results 1 – 1 of 1) sorted by relevance
2291 unsigned SizeTyWidth = Context.getTypeSize(SizeTy); in BuildCXXNew() local2294 SizeTyWidth, Context.getTypeSizeInChars(AllocType).getQuantity()); in BuildCXXNew()2304 AllocationSize = llvm::APInt(SizeTyWidth, *KnownArraySize) in BuildCXXNew()2313 Context, AllocationSize.value_or(llvm::APInt::getZero(SizeTyWidth)), in BuildCXXNew()