Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp1945 SmallVector<std::pair<PointerBounds, PointerBounds>, 4> ChecksWithBounds; in expandBounds() local
1949 transform(PointerChecks, std::back_inserter(ChecksWithBounds), in expandBounds()
1958 return ChecksWithBounds; in expandBounds()