Searched refs:DstEltSize (Results 1 – 3 of 3) sorted by relevance
3190 const unsigned DstEltSize = DstTy.getScalarSizeInBits(); in narrowScalarShift() local3191 if (DstEltSize % 2 != 0) in narrowScalarShift()3197 const unsigned NewBitSize = DstEltSize / 2; in narrowScalarShift()
4176 const unsigned DstEltSize = DstTy.getScalarSizeInBits(); in narrowScalarShift() local4177 if (DstEltSize % 2 != 0) in narrowScalarShift()4183 const unsigned NewBitSize = DstEltSize / 2; in narrowScalarShift()
1395 const unsigned DstEltSize = EltTy.getSizeInBits(); in AMDGPULegalizerInfo() local1398 const unsigned TargetEltSize = DstEltSize % 64 == 0 ? 64 : 32; in AMDGPULegalizerInfo()