Lines Matching defs:VTSize
4737 uint64_t VTSize = VT.getFixedSizeInBits();
4739 if (VTSize < InVTSize) {
4754 if (VTSize > InVTSize) {
5048 uint64_t VTSize = VT.getFixedSizeInBits();
5050 if (VTSize < InVTSize) {
5066 if (VTSize > InVTSize) {
12429 uint64_t VTSize = VT.getFixedSizeInBits();
12430 if (VTSize == 16)
12432 if (VTSize == 32)
12434 if (VTSize == 64)
12436 if (VTSize == 128)
12927 uint64_t VTSize = VT.getFixedSizeInBits();
12928 NumElts = VTSize / SmallestEltTy.getFixedSizeInBits();
12938 if (SrcVTSize == TypeSize::getFixed(VTSize))
12944 unsigned NumSrcElts = VTSize / EltVT.getFixedSizeInBits();
12947 if (SrcVTSize.getFixedValue() < VTSize) {
12948 assert(2 * SrcVTSize == VTSize);
12957 if (SrcVTSize.getFixedValue() != 2 * VTSize) {