Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:LHSWidth

1271     unsigned LHSWidth = LHSOrig->getType()->getFPMantissaWidth();
1273 unsigned SrcWidth = std::max(LHSWidth, RHSWidth);
1310 // LHSWidth + RHSWidth significant bits; if OpWidth is sufficient
1314 if (OpWidth >= LHSWidth + RHSWidth && DstWidth >= SrcWidth) {
1350 if (LHSWidth < SrcWidth)