Home | History | Annotate | Download | only in InstCombine

Lines Matching defs:WidthB

2708            WidthB = TyB->getPrimitiveSizeInBits();
2711 if (WidthB > WidthA) {
2712 MulWidth = WidthB;
2835 if (WidthB < MulWidth)