Searched refs:InitialIntTyBits (Results 1 – 1 of 1) sorted by relevance
685 unsigned InitialIntTyBits = DL.getIndexTypeSizeInBits(V->getType()); in compute() local692 APInt Offset(InitialIntTyBits, 0); in compute()701 bool IndexTypeSizeChanged = InitialIntTyBits != IntTyBits; in compute()710 if (knownSize(SOT) && !::CheckedZextOrTrunc(SOT.first, InitialIntTyBits)) in compute()712 if (knownOffset(SOT) && !::CheckedZextOrTrunc(SOT.second, InitialIntTyBits)) in compute()