Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
DX86ShuffleDecodeConstantPool.cpp48 unsigned CstEltSizeInBits = CstTy->getScalarSizeInBits(); in extractConstantMask() local
59 if (MaskEltSizeInBits == CstEltSizeInBits) { in extractConstantMask()
86 unsigned BitOffset = i * CstEltSizeInBits; in extractConstantMask()
89 UndefBits.setBits(BitOffset, BitOffset + CstEltSizeInBits); in extractConstantMask()
DX86ISelLowering.cpp6716 unsigned CstEltSizeInBits = CstTy->getScalarSizeInBits(); in getTargetConstantBitsFromNode() local
6717 unsigned NumSubElts = SubVecSizeInBits / CstEltSizeInBits; in getTargetConstantBitsFromNode()
6721 APInt(CstEltSizeInBits, 0)); in getTargetConstantBitsFromNode()