Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp690 constexpr unsigned maxRecursionDepth = 4; in aggregatePossibleConstantValuesImpl() local
691 if (recursionDepth == maxRecursionDepth) in aggregatePossibleConstantValuesImpl()