Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Analysis/
DMemoryBuiltins.cpp685 unsigned InitialIntTyBits = DL.getIndexTypeSizeInBits(V->getType()); in compute() local
692 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()