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

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

Completed in 58 milliseconds