Searched refs:CstSizeInBits (Results 1 – 2 of 2) sorted by relevance
47 unsigned CstSizeInBits = CstTy->getPrimitiveSizeInBits(); in extractConstantMask() local51 assert((CstSizeInBits % MaskEltSizeInBits) == 0 && in extractConstantMask()54 unsigned NumMaskElts = CstSizeInBits / MaskEltSizeInBits; in extractConstantMask()79 APInt UndefBits(CstSizeInBits, 0); in extractConstantMask()80 APInt MaskBits(CstSizeInBits, 0); in extractConstantMask()
7406 unsigned CstSizeInBits = CstTy->getPrimitiveSizeInBits(); in getTargetConstantBitsFromNode() local7407 if (!CstTy->isVectorTy() || (CstSizeInBits % SizeInBits) != 0) in getTargetConstantBitsFromNode()7454 unsigned CstSizeInBits = CstTy->getPrimitiveSizeInBits(); in getTargetConstantBitsFromNode() local7456 if (!CstTy->isVectorTy() || (CstSizeInBits % SubVecSizeInBits) != 0 || in getTargetConstantBitsFromNode()