Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DScalarEvolution.cpp3635 const SCEV *ExistingSCEV; in getMinMaxExpr() local
3638 std::tie(ExistingSCEV, ID, IP) = findExistingSCEVInCache(Kind, Ops); in getMinMaxExpr()
3639 if (ExistingSCEV) in getMinMaxExpr()
3640 return ExistingSCEV; in getMinMaxExpr()