Searched refs:ResWidth (Results 1 – 1 of 1) sorted by relevance
1574 unsigned ResWidth = ResTy.getSizeInBits(); in resizeToWidth() local1577 return InpWidth < ResWidth ? DAG.getNode(ISD::FP_EXTEND, dl, ResTy, VecV) in resizeToWidth()1584 if (InpWidth < ResWidth) { in resizeToWidth()3283 unsigned ResWidth = ResTy.getVectorElementType().getSizeInBits(); in ExpandHvxResizeIntoSteps() local3284 assert(InpWidth != ResWidth); in ExpandHvxResizeIntoSteps()3286 if (InpWidth == 2 * ResWidth || ResWidth == 2 * InpWidth) in ExpandHvxResizeIntoSteps()3308 if (InpWidth < ResWidth) { in ExpandHvxResizeIntoSteps()3309 assert(ResWidth % InpWidth == 0 && isPowerOf2_32(ResWidth / InpWidth)); in ExpandHvxResizeIntoSteps()3310 while (InpWidth * 2 <= ResWidth) in ExpandHvxResizeIntoSteps()3314 assert(InpWidth % ResWidth == 0 && isPowerOf2_32(InpWidth / ResWidth)); in ExpandHvxResizeIntoSteps()[all …]