Searched refs:getLatticeValueFor (Results 1 – 4 of 4) sorted by relevance
147 LLVM_ABI const ValueLatticeElement &getLatticeValueFor(Value *V) const;
99 return Solver.getLatticeValueFor(Op).asConstantRange(Op->getType(), in getRange()420 getLatticeValueFor(&A)); in inferArgAttributes()851 const ValueLatticeElement &getLatticeValueFor(Value *V) const { in getLatticeValueFor() function in llvm::SCCPInstVisitor1076 const ValueLatticeElement &LV = getLatticeValueFor(V); in getConstantOrNull()2240 const ValueLatticeElement &SCCPSolver::getLatticeValueFor(Value *V) const { in getLatticeValueFor() function in SCCPSolver2241 return Visitor->getLatticeValueFor(V); in getLatticeValueFor()
90 return !SCCPSolver::isOverdefined(Solver.getLatticeValueFor(U)); in findReturnsToZap()
491 const ValueLatticeElement &OtherLV = Solver.getLatticeValueFor(V); in visitCmpInst()1141 : SCCPSolver::isOverdefined(Solver.getLatticeValueFor(A)); in isArgumentInteresting()