Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DSCCP.cpp83 LatticeValueTy getLatticeValue() const { in getLatticeValue() function in __anon357eee1d0111::LatticeVal
90 bool isUnknown() const { return getLatticeValue() == unknown; } in isUnknown()
92 return getLatticeValue() == constant || getLatticeValue() == forcedconstant; in isConstant()
94 bool isOverdefined() const { return getLatticeValue() == overdefined; } in isOverdefined()
112 if (getLatticeValue() == constant) { // Constant but not forcedconstant. in markConstant()
122 assert(getLatticeValue() == forcedconstant && in markConstant()
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DSCCP.cpp81 LatticeValueTy getLatticeValue() const { in getLatticeValue() function in __anonb057c7490111::LatticeVal
88 bool isUndefined() const { return getLatticeValue() == undefined; } in isUndefined()
90 return getLatticeValue() == constant || getLatticeValue() == forcedconstant; in isConstant()
92 bool isOverdefined() const { return getLatticeValue() == overdefined; } in isOverdefined()
110 if (getLatticeValue() == constant) { // Constant but not forcedconstant. in markConstant()
120 assert(getLatticeValue() == forcedconstant && in markConstant()