Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp1921 Optional<LoopStructure> MaybeLoopStructure = in run() local
1923 if (!MaybeLoopStructure.hasValue()) { in run()
1928 LoopStructure LS = MaybeLoopStructure.getValue(); in run()