Lines Matching defs:IntBits
19139 uint32_t IntBits = IntTy.getSizeInBits();19140 if (IntBits != 16 && IntBits != 32 && IntBits != 64)19144 if (IntBits > FloatBits)19149 int32_t Bits = IntBits == 64 ? 64 : 32;19161 if (SatVT.getScalarSizeInBits() != IntBits || IntBits != FloatBits)19175 if (IntBits < FloatBits)