Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DSCCP.cpp80 LatticeValueTy getLatticeValue() const { in getLatticeValue() function in __anon10360b9e0111::LatticeVal
87 bool isUndefined() const { return getLatticeValue() == undefined; } in isUndefined()
89 return getLatticeValue() == constant || getLatticeValue() == forcedconstant; in isConstant()
91 bool isOverdefined() const { return getLatticeValue() == overdefined; } in isOverdefined()
109 if (getLatticeValue() == constant) { // Constant but not forcedconstant. in markConstant()
119 assert(getLatticeValue() == forcedconstant && in markConstant()