Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DSCCP.cpp1606 static bool tryToReplaceWithConstant(SCCPSolver &Solver, Value *V) { in tryToReplaceWithConstant() function
1700 if (tryToReplaceWithConstant(Solver, Inst)) { in runSCCP()
1868 if (!AI->use_empty() && tryToReplaceWithConstant(Solver, &*AI)) { in runIPSCCP()
1890 if (tryToReplaceWithConstant(Solver, Inst)) { in runIPSCCP()
/external/llvm/lib/Transforms/Scalar/
DSCCP.cpp1513 static bool tryToReplaceWithConstant(SCCPSolver &Solver, Value *V) { in tryToReplaceWithConstant() function
1545 if (!tryToReplaceWithConstant(Solver, Inst)) in tryToReplaceInstWithConstant()
1770 if (tryToReplaceWithConstant(Solver, &*AI)) in runIPSCCP()