Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp1600 SmallVector<std::pair<PointerBounds, PointerBounds>, 4> ChecksWithBounds; in expandBounds() local
1604 transform(PointerChecks, std::back_inserter(ChecksWithBounds), in expandBounds()
1611 return ChecksWithBounds; in expandBounds()