Searched refs:getStructLatticeValueFor (Results 1 – 4 of 4) sorted by relevance
129 std::vector<ValueLatticeElement> getStructLatticeValueFor(Value *V) const;
734 std::vector<ValueLatticeElement> getStructLatticeValueFor(Value *V) const { in getStructLatticeValueFor() function in llvm::SCCPInstVisitor919 std::vector<ValueLatticeElement> LVs = getStructLatticeValueFor(V); in getConstantOrNull()2055 SCCPSolver::getStructLatticeValueFor(Value *V) const { in getStructLatticeValueFor() function in SCCPSolver2056 return Visitor->getStructLatticeValueFor(V); in getStructLatticeValueFor()
79 return all_of(Solver.getStructLatticeValueFor(U), in findReturnsToZap()
1061 ? any_of(Solver.getStructLatticeValueFor(A), SCCPSolver::isOverdefined) in isArgumentInteresting()