Searched refs:findExistingSCEVInCache (Results 1 – 2 of 2) sorted by relevance
2049 findExistingSCEVInCache(SCEVTypes SCEVType, ArrayRef<const SCEV *> Ops);
2361 if (SCEV *S = std::get<0>(findExistingSCEVInCache(scAddExpr, Ops))) { in getAddExpr()2882 if (SCEV *S = std::get<0>(findExistingSCEVInCache(scMulExpr, Ops))) { in getMulExpr()3503 ScalarEvolution::findExistingSCEVInCache(SCEVTypes SCEVType, in findExistingSCEVInCache() function in ScalarEvolution3537 if (const SCEV *S = std::get<0>(findExistingSCEVInCache(Kind, Ops))) { in getMinMaxExpr()3638 std::tie(ExistingSCEV, ID, IP) = findExistingSCEVInCache(Kind, Ops); in getMinMaxExpr()