Home | History | Annotate | Download | only in X86

Lines Matching defs:EltSize

1399       unsigned EltSize = VT.getVectorElementType().getSizeInBits();
1420 if ( EltSize >= 32) {
4374 unsigned EltSize = VT.getVectorElementType().getSizeInBits() >> 3;
4391 return (Val - i) * EltSize;
15826 unsigned EltSize =
15828 uint64_t Offset = EltSize * cast<ConstantSDNode>(Idx)->getZExtValue();