Searched refs:ElemBitSize (Results 1 – 2 of 2) sorted by relevance
1727 unsigned ElemBitSize = VT.getScalarSizeInBits(); in Select() local1728 if (ElemBitSize == 32) { in Select()1731 } else if (ElemBitSize == 64) { in Select()1763 unsigned ElemBitSize = Store->getValue().getValueSizeInBits(); in Select() local1764 if (ElemBitSize == 32) { in Select()1767 } else if (ElemBitSize == 64) { in Select()
6012 unsigned ElemBitSize = VT.getScalarSizeInBits(); in lowerShift() local6022 ElemBitSize, true) && in lowerShift()6023 SplatBitSize == ElemBitSize) { in lowerShift()