Searched refs:PromotedSize (Results 1 – 1 of 1) sorted by relevance
214 unsigned PromotedSize = Ctx.getTypeSize(Op.E->getType()); in CanElideOverflowCheck() local215 return (2 * Ctx.getTypeSize(LHSTy)) < PromotedSize || in CanElideOverflowCheck()216 (2 * Ctx.getTypeSize(RHSTy)) < PromotedSize; in CanElideOverflowCheck()