Searched refs:UserSize (Results 1 – 3 of 3) sorted by relevance
90 void NORETURN reportAllocationSizeTooBig(uptr UserSize, uptr TotalSize, in reportAllocationSizeTooBig() argument95 UserSize, TotalSize, MaxSize); in reportAllocationSizeTooBig()
35 void NORETURN reportAllocationSizeTooBig(uptr UserSize, uptr TotalSize,
50055 unsigned UserSize = UserC->getType()->getPrimitiveSizeInBits(); in combineLoad() local50056 if (LdSize < UserSize || !ISD::isNormalLoad(User)) { in combineLoad()