Searched refs:getLatticeValueFor (Results 1 – 4 of 4) sorted by relevance
137 const ValueLatticeElement &getLatticeValueFor(Value *V) const;
110 return Solver.getLatticeValueFor(Op).asConstantRange( in refineInstruction()179 const ValueLatticeElement &IV = Solver.getLatticeValueFor(V); in replaceSignedInst()785 const ValueLatticeElement &getLatticeValueFor(Value *V) const { in getLatticeValueFor() function in llvm::SCCPInstVisitor976 const ValueLatticeElement &LV = getLatticeValueFor(V); in getConstantOrNull()2123 const ValueLatticeElement &SCCPSolver::getLatticeValueFor(Value *V) const { in getLatticeValueFor() function in SCCPSolver2124 return Visitor->getLatticeValueFor(V); in getLatticeValueFor()
92 return !SCCPSolver::isOverdefined(Solver.getLatticeValueFor(U)); in findReturnsToZap()
1064 : SCCPSolver::isOverdefined(Solver.getLatticeValueFor(A)); in isArgumentInteresting()