Searched refs:ElemBitSize (Results 1 – 2 of 2) sorted by relevance
1251 unsigned ElemBitSize = VT.getVectorElementType().getSizeInBits(); in Select() local1252 if (ElemBitSize == 32) in Select()1254 else if (ElemBitSize == 64) in Select()1261 unsigned ElemBitSize = Store->getValue().getValueType().getSizeInBits(); in Select() local1262 if (ElemBitSize == 32) in Select()1264 else if (ElemBitSize == 64) in Select()
4262 unsigned ElemBitSize = VT.getVectorElementType().getSizeInBits(); in lowerShift() local4272 ElemBitSize, true) && in lowerShift()4273 SplatBitSize == ElemBitSize) { in lowerShift()