Home | History | Annotate | Download | only in SelectionDAG

Lines Matching defs:OutputSize

8977   unsigned OutputSize = (int)VT.getScalarSizeInBits() - IsOutputSigned;
8978 unsigned ActualSize = std::min(InputSize, OutputSize);