Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp1653 struct PointerBounds { struct
1661 static PointerBounds expandBounds(const RuntimeCheckingPtrGroup *CG, in expandBounds() argument
1729 static SmallVector<std::pair<PointerBounds, PointerBounds>, 4>
1732 SmallVector<std::pair<PointerBounds, PointerBounds>, 4> ChecksWithBounds; in expandBounds()
1738 PointerBounds First = expandBounds(Check.first, L, Loc, Exp, in expandBounds()
1765 const PointerBounds &A = Check.first, &B = Check.second; in addRuntimeChecks()