Home
last modified time | relevance | path

Searched refs:VTyWidth (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/gnu/llvm/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp23975 unsigned VTyWidth = VTy->getScalarSizeInBits() * NumElements; in isComplexDeinterleavingOperationSupported() local
23976 if ((VTyWidth < 128 && VTyWidth != 64) || !llvm::isPowerOf2_32(VTyWidth)) in isComplexDeinterleavingOperationSupported()
/openbsd/src/gnu/llvm/llvm/lib/Target/ARM/
DARMISelLowering.cpp21911 unsigned VTyWidth = VTy->getScalarSizeInBits() * NumElements; in isComplexDeinterleavingOperationSupported() local
21912 if (VTyWidth < 128 || !llvm::isPowerOf2_32(VTyWidth)) in isComplexDeinterleavingOperationSupported()