Searched refs:CstEltSizeInBits (Results 1 – 2 of 2) sorted by relevance
48 unsigned CstEltSizeInBits = CstTy->getScalarSizeInBits(); in extractConstantMask() local59 if (MaskEltSizeInBits == CstEltSizeInBits) { in extractConstantMask()86 unsigned BitOffset = i * CstEltSizeInBits; in extractConstantMask()89 UndefBits.setBits(BitOffset, BitOffset + CstEltSizeInBits); in extractConstantMask()
6716 unsigned CstEltSizeInBits = CstTy->getScalarSizeInBits(); in getTargetConstantBitsFromNode() local6717 unsigned NumSubElts = SubVecSizeInBits / CstEltSizeInBits; in getTargetConstantBitsFromNode()6721 APInt(CstEltSizeInBits, 0)); in getTargetConstantBitsFromNode()