Searched refs:expandBounds (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/Analysis/ |
D | LoopAccessAnalysis.cpp | 1630 expandBounds(const RuntimePointerChecking::CheckingPtrGroup *CG, Loop *TheLoop, in expandBounds() function 1658 static SmallVector<std::pair<PointerBounds, PointerBounds>, 4> expandBounds( in expandBounds() function 1671 First = expandBounds(Check.first, L, Loc, Exp, SE, PtrRtChecking), in expandBounds() 1672 Second = expandBounds(Check.second, L, Loc, Exp, SE, PtrRtChecking); in expandBounds() 1686 expandBounds(PointerChecks, TheLoop, Loc, SE, Exp, PtrRtChecking); in addRuntimeChecks()
|