Home | History | Annotate | Download | only in InstCombine

Lines Matching defs:ElementSize

1508     unsigned ElementSize = VecEltTy->getPrimitiveSizeInBits();
1509 Type *ElementIntTy = IntegerType::get(C->getContext(), ElementSize);
1513 i*ElementSize));