Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp1706 static bool tryToReplaceWithConstant(SCCPSolver &Solver, Value *V) { in tryToReplaceWithConstant() function
1800 if (tryToReplaceWithConstant(Solver, Inst)) { in runSCCP()
2007 if (!AI->use_empty() && tryToReplaceWithConstant(Solver, &*AI)) { in runIPSCCP()
2029 if (tryToReplaceWithConstant(Solver, Inst)) { in runIPSCCP()