Searched refs:VTyWidth (Results 1 – 2 of 2) sorted by relevance
23975 unsigned VTyWidth = VTy->getScalarSizeInBits() * NumElements; in isComplexDeinterleavingOperationSupported() local23976 if ((VTyWidth < 128 && VTyWidth != 64) || !llvm::isPowerOf2_32(VTyWidth)) in isComplexDeinterleavingOperationSupported()
21911 unsigned VTyWidth = VTy->getScalarSizeInBits() * NumElements; in isComplexDeinterleavingOperationSupported() local21912 if (VTyWidth < 128 || !llvm::isPowerOf2_32(VTyWidth)) in isComplexDeinterleavingOperationSupported()