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.cpp1873 static PointerBounds expandBounds(const RuntimeCheckingPtrGroup *CG, in expandBounds() function
1943 expandBounds(const SmallVectorImpl<RuntimePointerCheck> &PointerChecks, Loop *L, in expandBounds() function
1951 PointerBounds First = expandBounds(Check.first, L, Loc, Exp, in expandBounds()
1953 Second = expandBounds(Check.second, L, Loc, Exp, in expandBounds()
1968 expandBounds(PointerChecks, TheLoop, Loc, Exp, HoistRuntimeChecks); in addRuntimeChecks()