Searched refs:tryToReplaceWithConstant (Results 1 – 2 of 2) sorted by relevance
1606 static bool tryToReplaceWithConstant(SCCPSolver &Solver, Value *V) { in tryToReplaceWithConstant() function1700 if (tryToReplaceWithConstant(Solver, Inst)) { in runSCCP()1868 if (!AI->use_empty() && tryToReplaceWithConstant(Solver, &*AI)) { in runIPSCCP()1890 if (tryToReplaceWithConstant(Solver, Inst)) { in runIPSCCP()
1513 static bool tryToReplaceWithConstant(SCCPSolver &Solver, Value *V) { in tryToReplaceWithConstant() function1545 if (!tryToReplaceWithConstant(Solver, Inst)) in tryToReplaceInstWithConstant()1770 if (tryToReplaceWithConstant(Solver, &*AI)) in runIPSCCP()