Searched refs:ExistingSCEV (Results 1 – 1 of 1) sorted by relevance
3790 const SCEV *ExistingSCEV; in getMinMaxExpr() local3793 std::tie(ExistingSCEV, ID, IP) = findExistingSCEVInCache(Kind, Ops); in getMinMaxExpr()3794 if (ExistingSCEV) in getMinMaxExpr()3795 return ExistingSCEV; in getMinMaxExpr()