Searched refs:SizeTyWidth (Results 1 – 1 of 1) sorted by relevance
2182 unsigned SizeTyWidth = Context.getTypeSize(SizeTy); in BuildCXXNew() local2185 SizeTyWidth, Context.getTypeSizeInChars(AllocType).getQuantity()); in BuildCXXNew()2195 AllocationSize = llvm::APInt(SizeTyWidth, *KnownArraySize) in BuildCXXNew()2205 AllocationSize.getValueOr(llvm::APInt::getNullValue(SizeTyWidth)), in BuildCXXNew()