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

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

Completed in 54 milliseconds