Searched refs:findExistingSCEVInCache (Results 1 – 2 of 2) sorted by relevance
1890 findExistingSCEVInCache(int SCEVType, ArrayRef<const SCEV *> Ops);
3545 ScalarEvolution::findExistingSCEVInCache(int SCEVType, in findExistingSCEVInCache() function in ScalarEvolution3574 if (const SCEV *S = std::get<0>(findExistingSCEVInCache(Kind, Ops))) { in getMinMaxExpr()3675 std::tie(ExistingSCEV, ID, IP) = findExistingSCEVInCache(Kind, Ops); in getMinMaxExpr()