Searched refs:VTyWidth (Results 1 – 2 of 2) sorted by relevance
28497 unsigned VTyWidth = VTy->getScalarSizeInBits() * NumElements; in isComplexDeinterleavingOperationSupported() local28498 if ((VTyWidth < 128 && (VTy->isScalableTy() || VTyWidth != 64)) || in isComplexDeinterleavingOperationSupported()28499 !llvm::isPowerOf2_32(VTyWidth)) in isComplexDeinterleavingOperationSupported()
22124 unsigned VTyWidth = VTy->getScalarSizeInBits() * NumElements; in isComplexDeinterleavingOperationSupported() local22125 if (VTyWidth < 128 || !llvm::isPowerOf2_32(VTyWidth)) in isComplexDeinterleavingOperationSupported()