Searched refs:PromotedSize (Results 1 – 2 of 2) sorted by relevance
251 unsigned PromotedSize = Ctx.getTypeSize(Op.E->getType()); in CanElideOverflowCheck() local252 return (2 * Ctx.getTypeSize(LHSTy)) < PromotedSize || in CanElideOverflowCheck()253 (2 * Ctx.getTypeSize(RHSTy)) < PromotedSize; in CanElideOverflowCheck()
1599 const unsigned PromotedSize = in LowerCall() local1606 {Chain, ParamSymbol, GetI32(PromotedSize), InGlue}); in LowerCall()