Searched refs:ElemBitSize (Results 1 – 2 of 2) sorted by relevance
1629 unsigned ElemBitSize = VT.getScalarSizeInBits(); in Select() local1630 if (ElemBitSize == 32) { in Select()1633 } else if (ElemBitSize == 64) { in Select()1665 unsigned ElemBitSize = Store->getValue().getValueSizeInBits(); in Select() local1666 if (ElemBitSize == 32) { in Select()1669 } else if (ElemBitSize == 64) { in Select()
5607 unsigned ElemBitSize = VT.getScalarSizeInBits(); in lowerShift() local5617 ElemBitSize, true) && in lowerShift()5618 SplatBitSize == ElemBitSize) { in lowerShift()