Lines Matching defs:IT
6348 IntegerType *IT = cast<IntegerType>(ValueType);
6349 APInt TableInt(TableSize * IT->getBitWidth(), 0);
6351 TableInt <<= IT->getBitWidth();
6359 BitMapElementTy = IT;
6422 IntegerType *IT = cast<IntegerType>(Index->getType());
6425 if (TableSize > (1ULL << std::min(IT->getBitWidth() - 1, 63u)))
6427 Index, IntegerType::get(IT->getContext(), IT->getBitWidth() + 1),
6444 auto *IT = dyn_cast<IntegerType>(ElementType);
6445 if (!IT)
6451 if (TableSize >= UINT_MAX / IT->getBitWidth())
6453 return DL.fitsInLegalInteger(TableSize * IT->getBitWidth());
6462 auto *IT = dyn_cast<IntegerType>(Ty);
6463 if (!IT)
6472 unsigned BitWidth = IT->getBitWidth();
6474 DL.fitsInLegalInteger(IT->getBitWidth());