Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
HDScalarEvolution.h1890 findExistingSCEVInCache(int SCEVType, ArrayRef<const SCEV *> Ops);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
HDScalarEvolution.cpp3545 ScalarEvolution::findExistingSCEVInCache(int SCEVType, in findExistingSCEVInCache() function in ScalarEvolution
3574 if (const SCEV *S = std::get<0>(findExistingSCEVInCache(Kind, Ops))) { in getMinMaxExpr()
3675 std::tie(ExistingSCEV, ID, IP) = findExistingSCEVInCache(Kind, Ops); in getMinMaxExpr()