Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ShuffleDecodeConstantPool.cpp192 unsigned MaskTySize = MaskTy->getPrimitiveSizeInBits(); in DecodeVPERMIL2PMask() local
193 (void)MaskTySize; in DecodeVPERMIL2PMask()
194 assert((MaskTySize == 128 || MaskTySize == 256) && Width >= MaskTySize && in DecodeVPERMIL2PMask()
247 unsigned MaskTySize = MaskTy->getPrimitiveSizeInBits(); in DecodeVPPERMMask() local
248 (void)MaskTySize; in DecodeVPPERMMask()
249 assert(Width == 128 && Width >= MaskTySize && "Unexpected vector size."); in DecodeVPPERMMask()