Searched refs:findExistingSCEVInCache (Results 1 – 2 of 2) sorted by relevance
2091 findExistingSCEVInCache(SCEVTypes SCEVType, ArrayRef<const SCEV *> Ops);
2452 if (SCEV *S = std::get<0>(findExistingSCEVInCache(scAddExpr, Ops))) { in getAddExpr()3025 if (SCEV *S = std::get<0>(findExistingSCEVInCache(scMulExpr, Ops))) { in getMulExpr()3654 ScalarEvolution::findExistingSCEVInCache(SCEVTypes SCEVType, in findExistingSCEVInCache() function in ScalarEvolution3692 if (const SCEV *S = std::get<0>(findExistingSCEVInCache(Kind, Ops))) { in getMinMaxExpr()3793 std::tie(ExistingSCEV, ID, IP) = findExistingSCEVInCache(Kind, Ops); in getMinMaxExpr()