Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp771 unsigned InitialIntTyBits = DL.getIndexTypeSizeInBits(V->getType()); in computeImpl() local
778 APInt Offset(InitialIntTyBits, 0); in computeImpl()
814 bool IndexTypeSizeChanged = InitialIntTyBits != IntTyBits; in computeImpl()
823 !::CheckedZextOrTrunc(ORT.Before, InitialIntTyBits)) in computeImpl()
825 if (ORT.knownAfter() && !::CheckedZextOrTrunc(ORT.After, InitialIntTyBits)) in computeImpl()