Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp6206 unsigned ptrSize = DL.getPointerTypeSizeInBits(U->getType()); in getRangeRef() local
6207 int ptrIdxDiff = ptrSize - BitWidth; in getRangeRef()
6208 if (ptrIdxDiff > 0 && ptrSize > BitWidth && NS > (unsigned)ptrIdxDiff) in getRangeRef()