Lines Matching defs:ValWidth
2682 unsigned ValWidth = ValTy.getSizeInBits();
2691 SDValue WidthV = DAG.getConstant(ValWidth, dl, MVT::i32);
2696 if (VecWidth == 64 && ValWidth == 32) {
2699 } else if (Off == 0 && (ValWidth % 8) == 0) {
2731 unsigned ValWidth = ValTy.getSizeInBits();
2745 if (ValWidth == 1) {
2756 unsigned Scale = VecWidth / ValWidth;
2786 unsigned ValWidth = ValTy.getSizeInBits();
2788 assert((VecWidth % ValWidth) == 0);
2800 SDValue WidthV = DAG.getConstant(ValWidth, dl, MVT::i32);
2804 unsigned W = C->getZExtValue() * ValWidth;