Searched refs:getStructLatticeValueFor (Results 1 – 4 of 4) sorted by relevance
139 getStructLatticeValueFor(Value *V) const;
79 return none_of(Solver.getStructLatticeValueFor(U), in findReturnsToZap()
1140 ? any_of(Solver.getStructLatticeValueFor(A), SCCPSolver::isOverdefined) in isArgumentInteresting()
824 std::vector<ValueLatticeElement> getStructLatticeValueFor(Value *V) const { in getStructLatticeValueFor() function in llvm::SCCPInstVisitor1063 std::vector<ValueLatticeElement> LVs = getStructLatticeValueFor(V); in getConstantOrNull()2228 SCCPSolver::getStructLatticeValueFor(Value *V) const { in getStructLatticeValueFor() function in SCCPSolver2229 return Visitor->getStructLatticeValueFor(V); in getStructLatticeValueFor()