Searched refs:MaskEltSizeInBits (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ShuffleDecodeConstantPool.cpp26 static bool extractConstantMask(const Constant *C, unsigned MaskEltSizeInBits, argument
30 // MaskEltSizeInBits because the constant pool uniques constants by their
51 assert((CstSizeInBits % MaskEltSizeInBits) == 0 &&
54 unsigned NumMaskElts = CstSizeInBits / MaskEltSizeInBits;
59 if (MaskEltSizeInBits == CstEltSizeInBits) {
98 unsigned BitOffset = i * MaskEltSizeInBits;
99 APInt EltUndef = UndefBits.extractBits(MaskEltSizeInBits, BitOffset);
109 APInt EltBits = MaskBits.extractBits(MaskEltSizeInBits, BitOffset);
H A DX86ISelLowering.cpp6688 unsigned MaskEltSizeInBits,
6693 if (!getTargetConstantBitsFromNode(MaskNode, MaskEltSizeInBits, UndefElts,
[all...]

Completed in 124 milliseconds