Home
last modified time | relevance | path

Searched refs:findExistingSCEVInCache (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DScalarEvolution.h2091 findExistingSCEVInCache(SCEVTypes SCEVType, ArrayRef<const SCEV *> Ops);
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp2452 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 ScalarEvolution
3692 if (const SCEV *S = std::get<0>(findExistingSCEVInCache(Kind, Ops))) { in getMinMaxExpr()
3793 std::tie(ExistingSCEV, ID, IP) = findExistingSCEVInCache(Kind, Ops); in getMinMaxExpr()