Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp1806 static PointerBounds expandBounds(const RuntimeCheckingPtrGroup *CG, in expandBounds() function
1876 expandBounds(const SmallVectorImpl<RuntimePointerCheck> &PointerChecks, Loop *L, in expandBounds() function
1884 PointerBounds First = expandBounds(Check.first, L, Loc, Exp, in expandBounds()
1886 Second = expandBounds(Check.second, L, Loc, Exp, in expandBounds()
1901 expandBounds(PointerChecks, TheLoop, Loc, Exp, HoistRuntimeChecks); in addRuntimeChecks()