Searched refs:ExistingSCEV (Results 1 – 1 of 1) sorted by relevance
3635 const SCEV *ExistingSCEV; in getMinMaxExpr() local3638 std::tie(ExistingSCEV, ID, IP) = findExistingSCEVInCache(Kind, Ops); in getMinMaxExpr()3639 if (ExistingSCEV) in getMinMaxExpr()3640 return ExistingSCEV; in getMinMaxExpr()