Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/X86/
H A DX86ShuffleDecodeConstantPool.cpp47 unsigned CstSizeInBits = CstTy->getPrimitiveSizeInBits(); in extractConstantMask() local
51 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()
H A DX86ISelLowering.cpp7406 unsigned CstSizeInBits = CstTy->getPrimitiveSizeInBits(); in getTargetConstantBitsFromNode() local
7407 if (!CstTy->isVectorTy() || (CstSizeInBits % SizeInBits) != 0) in getTargetConstantBitsFromNode()
7454 unsigned CstSizeInBits = CstTy->getPrimitiveSizeInBits(); in getTargetConstantBitsFromNode() local
7456 if (!CstTy->isVectorTy() || (CstSizeInBits % SubVecSizeInBits) != 0 || in getTargetConstantBitsFromNode()