Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp3790 const SCEV *ExistingSCEV; in getMinMaxExpr() local
3793 std::tie(ExistingSCEV, ID, IP) = findExistingSCEVInCache(Kind, Ops); in getMinMaxExpr()
3794 if (ExistingSCEV) in getMinMaxExpr()
3795 return ExistingSCEV; in getMinMaxExpr()