Home
last modified time | relevance | path

Searched refs:InitialIntTyBits (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp715 unsigned InitialIntTyBits = DL.getIndexTypeSizeInBits(V->getType()); in compute() local
722 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()