Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DScalarEvolution.cpp5996 unsigned ptrSize = DL.getPointerTypeSizeInBits(U->getType()); in getRangeRef() local
5997 int ptrIdxDiff = ptrSize - BitWidth; in getRangeRef()
5998 if (ptrIdxDiff > 0 && ptrSize > BitWidth && NS > (unsigned)ptrIdxDiff) in getRangeRef()