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