Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DScalarEvolution.cpp3672 const SCEV *ExistingSCEV; in getMinMaxExpr() local
3675 std::tie(ExistingSCEV, ID, IP) = findExistingSCEVInCache(Kind, Ops); in getMinMaxExpr()
3676 if (ExistingSCEV) in getMinMaxExpr()
3677 return ExistingSCEV; in getMinMaxExpr()
/external/llvm-project/llvm/lib/Analysis/
DScalarEvolution.cpp3609 const SCEV *ExistingSCEV; in getMinMaxExpr() local
3612 std::tie(ExistingSCEV, ID, IP) = findExistingSCEVInCache(Kind, Ops); in getMinMaxExpr()
3613 if (ExistingSCEV) in getMinMaxExpr()
3614 return ExistingSCEV; in getMinMaxExpr()