Searched refs:getStructLatticeValueFor (Results 1 – 3 of 3) sorted by relevance
141 std::vector<ValueLatticeElement> getStructLatticeValueFor(Value *V) const;
70 std::vector<ValueLatticeElement> IVs = getStructLatticeValueFor(V); in tryToReplaceWithConstant()638 std::vector<ValueLatticeElement> getStructLatticeValueFor(Value *V) const { in getStructLatticeValueFor() function in llvm::SCCPInstVisitor1871 SCCPSolver::getStructLatticeValueFor(Value *V) const { in getStructLatticeValueFor() function in SCCPSolver1872 return Visitor->getStructLatticeValueFor(V); in getStructLatticeValueFor()
78 return all_of(Solver.getStructLatticeValueFor(U), in findReturnsToZap()