Searched refs:ElemBitSize (Results 1 – 2 of 2) sorted by relevance
1623 unsigned ElemBitSize = VT.getScalarSizeInBits(); in Select() local1624 if (ElemBitSize == 32) { in Select()1627 } else if (ElemBitSize == 64) { in Select()1659 unsigned ElemBitSize = Store->getValue().getValueSizeInBits(); in Select() local1660 if (ElemBitSize == 32) { in Select()1663 } else if (ElemBitSize == 64) { in Select()
5367 unsigned ElemBitSize = VT.getScalarSizeInBits(); in lowerShift() local5377 ElemBitSize, true) && in lowerShift()5378 SplatBitSize == ElemBitSize) { in lowerShift()