Lines Matching refs:IntBits
7583 uint32_t IntBits = IntTy.getSizeInBits();
7584 if (IntBits != 16 && IntBits != 32 && IntBits != 64)
7588 if (IntBits > FloatBits)
7593 int32_t Bits = IntBits == 64 ? 64 : 32;
7620 if (IntBits < FloatBits)
7644 int32_t IntBits = IntTy.getSizeInBits();
7645 if (IntBits != 16 && IntBits != 32 && IntBits != 64)
7654 if (IntBits > FloatBits)
7679 if (IntBits < FloatBits)