Searched refs:ElemBitSize (Results 1 – 2 of 2) sorted by relevance
1699 unsigned ElemBitSize = VT.getScalarSizeInBits(); in Select() local1700 if (ElemBitSize == 32) { in Select()1703 } else if (ElemBitSize == 64) { in Select()1735 unsigned ElemBitSize = Store->getValue().getValueSizeInBits(); in Select() local1736 if (ElemBitSize == 32) { in Select()1739 } else if (ElemBitSize == 64) { in Select()
6008 unsigned ElemBitSize = VT.getScalarSizeInBits(); in lowerShift() local6018 ElemBitSize, true) && in lowerShift()6019 SplatBitSize == ElemBitSize) { in lowerShift()