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