Searched refs:ElemBitSize (Results 1 – 2 of 2) sorted by relevance
1738 unsigned ElemBitSize = VT.getScalarSizeInBits(); in Select() local1739 if (ElemBitSize == 32) { in Select()1742 } else if (ElemBitSize == 64) { in Select()1774 unsigned ElemBitSize = Store->getValue().getValueSizeInBits(); in Select() local1775 if (ElemBitSize == 32) { in Select()1778 } else if (ElemBitSize == 64) { in Select()
6660 unsigned ElemBitSize = VT.getScalarSizeInBits(); in lowerShift() local6670 ElemBitSize, true) && in lowerShift()6671 SplatBitSize == ElemBitSize) { in lowerShift()