Lines Matching full:dstwidth
1274 unsigned DstWidth = CI.getType()->getFPMantissaWidth();
1287 // Specifically, if OpWidth >= 2*DstWdith+1 and DstWidth is sufficient
1297 if (OpWidth >= 2*DstWidth+1 && DstWidth >= SrcWidth) {
1314 if (OpWidth >= LHSWidth + RHSWidth && DstWidth >= SrcWidth) {
1332 if (OpWidth >= 2*DstWidth && DstWidth >= SrcWidth) {