Searched refs:tryToReplaceWithConstant (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/gnu/llvm/llvm/include/llvm/Transforms/Utils/
H A DSCCPSolver.h199 bool tryToReplaceWithConstant(Value *V);
/openbsd-current/gnu/llvm/llvm/lib/Transforms/IPO/
H A DSCCP.cpp176 if (!Arg.use_empty() && Solver.tryToReplaceWithConstant(&Arg)) {
/openbsd-current/gnu/llvm/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp67 bool SCCPSolver::tryToReplaceWithConstant(Value *V) { function in class:llvm::SCCPSolver
189 if (tryToReplaceWithConstant(&Inst)) {

Completed in 126 milliseconds