Home | History | Annotate | Download | only in AArch64

Lines Matching defs:EltSize

1770       unsigned EltSize = VT.getVectorElementType().getSizeInBits();
1771 unsigned HalfSize = EltSize / 2;
1796 unsigned EltSize = VT.getVectorElementType().getSizeInBits() / 2;
1798 MVT TruncVT = MVT::getIntegerVT(EltSize);
6250 unsigned EltSize = VT.getVectorElementType().getSizeInBits();
6257 if (isVShiftLImm(Op.getOperand(1), VT, false, Cnt) && Cnt < EltSize)
6267 Cnt < EltSize) {