Lines Matching defs:VTSize
4404 uint64_t VTSize = VT.getFixedSizeInBits();
4406 if (VTSize < InVTSize) {
4421 if (VTSize > InVTSize) {
4688 uint64_t VTSize = VT.getFixedSizeInBits();
4690 if (VTSize < InVTSize) {
4706 if (VTSize > InVTSize) {
11690 uint64_t VTSize = VT.getFixedSizeInBits();
11691 if (VTSize == 16)
11693 if (VTSize == 32)
11695 if (VTSize == 64)
11697 if (VTSize == 128)
12186 uint64_t VTSize = VT.getFixedSizeInBits();
12187 NumElts = VTSize / SmallestEltTy.getFixedSizeInBits();
12197 if (SrcVTSize == TypeSize::getFixed(VTSize))
12203 unsigned NumSrcElts = VTSize / EltVT.getFixedSizeInBits();
12206 if (SrcVTSize.getFixedValue() < VTSize) {
12207 assert(2 * SrcVTSize == VTSize);
12216 if (SrcVTSize.getFixedValue() != 2 * VTSize) {