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