Lines Matching defs:EltSize
4682 unsigned EltSize = VT.getVectorElementType().getSizeInBits();
4686 if (hasDominantValue && EltSize <= 32) {
4766 if (EltSize >= 32) {
4769 EVT EltVT = EVT::getFloatingPointVT(EltSize);
4971 unsigned EltSize = VT.getVectorElementType().getSizeInBits();
4972 return (EltSize >= 32 ||
5121 unsigned EltSize = VT.getVectorElementType().getSizeInBits();
5122 if (EltSize <= 32) {
5222 if (EltSize >= 32) {
5225 EVT EltVT = EVT::getFloatingPointVT(EltSize);
5337 unsigned EltSize = VT.getVectorElementType().getSizeInBits();
5338 unsigned HalfSize = EltSize / 2;
5464 unsigned EltSize = VT.getVectorElementType().getSizeInBits() / 2;
5466 MVT TruncVT = MVT::getIntegerVT(EltSize);
9245 unsigned EltSize = Op.getValueType().getVectorElementType().getSizeInBits();
9250 EltSize = 8;
9252 if (EltSize > VT.getVectorElementType().getSizeInBits())