Searched refs:ElemBitSize (Results 1 – 2 of 2) sorted by relevance
1578 unsigned ElemBitSize = VT.getScalarSizeInBits(); in Select() local1579 if (ElemBitSize == 32) { in Select()1582 } else if (ElemBitSize == 64) { in Select()1614 unsigned ElemBitSize = Store->getValue().getValueSizeInBits(); in Select() local1615 if (ElemBitSize == 32) { in Select()1618 } else if (ElemBitSize == 64) { in Select()
5040 unsigned ElemBitSize = VT.getScalarSizeInBits(); in lowerShift() local5050 ElemBitSize, true) && in lowerShift()5051 SplatBitSize == ElemBitSize) { in lowerShift()