Home | History | Annotate | Download | only in InstCombine

Lines Matching defs:NewWidth

703               unsigned NewStart, NewWidth;
707 NewWidth = std::max(End, SourceEnd) - NewStart;
711 NewWidth = std::max(SourceEnd, End) - NewStart;
717 II->getArgOperand(2)->getType(), NewWidth, false);