Searched refs:ExistingSCEV (Results 1 – 2 of 2) sorted by relevance
3672 const SCEV *ExistingSCEV; in getMinMaxExpr() local3675 std::tie(ExistingSCEV, ID, IP) = findExistingSCEVInCache(Kind, Ops); in getMinMaxExpr()3676 if (ExistingSCEV) in getMinMaxExpr()3677 return ExistingSCEV; in getMinMaxExpr()
3609 const SCEV *ExistingSCEV; in getMinMaxExpr() local3612 std::tie(ExistingSCEV, ID, IP) = findExistingSCEVInCache(Kind, Ops); in getMinMaxExpr()3613 if (ExistingSCEV) in getMinMaxExpr()3614 return ExistingSCEV; in getMinMaxExpr()