Searched refs:getLatticeValueFor (Results 1 – 3 of 3) sorted by relevance
295 const ValueLatticeElement &getLatticeValueFor(Value *V) const { in getLatticeValueFor() function in __anonb8b04cf30111::SCCPSolver1644 const ValueLatticeElement &IV = Solver.getLatticeValueFor(V); in tryToReplaceWithConstant()1693 const ValueLatticeElement &IV = Solver.getLatticeValueFor(ExtOp); in simplifyInstsInBlock()1851 return !isOverdefined(Solver.getLatticeValueFor(U)); in findReturnsToZap()
367 const LatticeVal &getLatticeValueFor(Value *V) const { in getLatticeValueFor() function in __anon0082af670111::SCCPSolver1770 const LatticeVal &IV = Solver.getLatticeValueFor(V); in tryToReplaceWithConstant()1952 return !Solver.getLatticeValueFor(U).isOverdefined(); in findReturnsToZap()
285 LatticeVal getLatticeValueFor(Value *V) const { in getLatticeValueFor() function in __anon8e75af050211::SCCPSolver1530 LatticeVal IV = Solver.getLatticeValueFor(V); in tryToReplaceWithConstant()