Searched refs:findExistingSCEVInCache (Results 1 – 2 of 2) sorted by relevance
2098 SCEV *findExistingSCEVInCache(SCEVTypes SCEVType, ArrayRef<const SCEV *> Ops);
2507 if (SCEV *S = findExistingSCEVInCache(scAddExpr, Ops)) { in getAddExpr()3107 if (SCEV *S = findExistingSCEVInCache(scMulExpr, Ops)) { in getMulExpr()3743 SCEV *ScalarEvolution::findExistingSCEVInCache(SCEVTypes SCEVType, in findExistingSCEVInCache() function in ScalarEvolution3781 if (const SCEV *S = findExistingSCEVInCache(Kind, Ops)) { in getMinMaxExpr()4094 if (const SCEV *S = findExistingSCEVInCache(Kind, Ops)) in getSequentialMinMaxExpr()