Lines Matching full:eltsize
2132 unsigned EltSize = VT.getVectorElementType().getSizeInBits();
2133 unsigned HalfSize = EltSize / 2;
2159 unsigned EltSize = VT.getVectorElementType().getSizeInBits() / 2;
2161 MVT TruncVT = MVT::getIntegerVT(EltSize);
6631 unsigned EltSize = VT.getVectorElementType().getSizeInBits();
6638 if (isVShiftLImm(Op.getOperand(1), VT, false, Cnt) && Cnt < EltSize)
6648 if (isVShiftRImm(Op.getOperand(1), VT, false, Cnt) && Cnt < EltSize) {