Searched refs:ElemBitSize (Results 1 – 2 of 2) sorted by relevance
1519 unsigned ElemBitSize = VT.getScalarSizeInBits(); in Select() local1520 if (ElemBitSize == 32) { in Select()1523 } else if (ElemBitSize == 64) { in Select()1534 unsigned ElemBitSize = Store->getValue().getValueSizeInBits(); in Select() local1535 if (ElemBitSize == 32) { in Select()1538 } else if (ElemBitSize == 64) { in Select()
4729 unsigned ElemBitSize = VT.getScalarSizeInBits(); in lowerShift() local4739 ElemBitSize, true) && in lowerShift()4740 SplatBitSize == ElemBitSize) { in lowerShift()