Searched refs:tryToReplaceWithConstant (Results 1 – 3 of 3) sorted by relevance
192 bool tryToReplaceWithConstant(Value *V);
181 if (!Arg.use_empty() && Solver.tryToReplaceWithConstant(&Arg)) { in runIPSCCP()
76 bool SCCPSolver::tryToReplaceWithConstant(Value *V) { in tryToReplaceWithConstant() function in llvm::SCCPSolver229 if (tryToReplaceWithConstant(&Inst)) { in simplifyInstsInBlock()