Home
last modified time | relevance | path

Searched refs:getLatticeValueFor (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/llvm/lib/Transforms/Scalar/
DSCCP.cpp295 const ValueLatticeElement &getLatticeValueFor(Value *V) const { in getLatticeValueFor() function in __anonb8b04cf30111::SCCPSolver
1644 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()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DSCCP.cpp367 const LatticeVal &getLatticeValueFor(Value *V) const { in getLatticeValueFor() function in __anon0082af670111::SCCPSolver
1770 const LatticeVal &IV = Solver.getLatticeValueFor(V); in tryToReplaceWithConstant()
1952 return !Solver.getLatticeValueFor(U).isOverdefined(); in findReturnsToZap()
/external/llvm/lib/Transforms/Scalar/
DSCCP.cpp285 LatticeVal getLatticeValueFor(Value *V) const { in getLatticeValueFor() function in __anon8e75af050211::SCCPSolver
1530 LatticeVal IV = Solver.getLatticeValueFor(V); in tryToReplaceWithConstant()