Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLoopAccessAnalysis.cpp2146 expandBounds(const RuntimePointerChecking::CheckingPtrGroup *CG, Loop *TheLoop, in expandBounds() function
2184 static SmallVector<std::pair<PointerBounds, PointerBounds>, 4> expandBounds( in expandBounds() function
2196 First = expandBounds(Check.first, L, Loc, Exp, SE, PtrRtChecking), in expandBounds()
2197 Second = expandBounds(Check.second, L, Loc, Exp, SE, PtrRtChecking); in expandBounds()
2212 expandBounds(PointerChecks, TheLoop, Loc, SE, Exp, *PtrRtChecking); in addRuntimeChecks()