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