Home
last modified time | relevance | path

Searched refs:ScalarWidth (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp1668 unsigned ScalarWidth = SrcTy->getScalarSizeInBits(); in foldTruncInsEltPair() local
1670 if (ScalarWidth != VecEltWidth * 2 || ShAmt != VecEltWidth) in foldTruncInsEltPair()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp30331 unsigned ScalarWidth = ScalarTy->getScalarSizeInBits(); in isComplexDeinterleavingOperationSupported() local
30334 return ScalarWidth == 32 || ScalarWidth == 64; in isComplexDeinterleavingOperationSupported()
30335 return 8 <= ScalarWidth && ScalarWidth <= 64; in isComplexDeinterleavingOperationSupported()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp7616 unsigned ScalarWidth = Extendee.getValueType().getScalarSizeInBits(); in visitAND() local
7617 if (N1C->getAPIntValue().isMask(ScalarWidth) && in visitAND()