Searched refs:tryToReplaceWithConstant (Results 1 – 2 of 2) sorted by relevance
124 if (!Arg.use_empty() && tryToReplaceWithConstant(&Arg)) in specializeFunctions()133 bool tryToReplaceWithConstant(Value *V) { in tryToReplaceWithConstant() function in FunctionSpecializer619 FS.tryToReplaceWithConstant(&I); in runFunctionSpecialization()
100 static bool tryToReplaceWithConstant(SCCPSolver &Solver, Value *V) { in tryToReplaceWithConstant() function159 if (tryToReplaceWithConstant(Solver, &Inst)) { in simplifyInstsInBlock()480 if (!Arg.use_empty() && tryToReplaceWithConstant(Solver, &Arg)) { in runIPSCCP()