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

/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Scalar/
H A DSCCP.cpp79 LatticeValueTy getLatticeValue() const { function in class:__anon10624::LatticeVal
86 bool isUndefined() const { return getLatticeValue() == undefined; }
88 return getLatticeValue() == constant || getLatticeValue() == forcedconstant;
90 bool isOverdefined() const { return getLatticeValue() == overdefined; }
108 if (getLatticeValue() == constant) { // Constant but not forcedconstant.
118 assert(getLatticeValue() == forcedconstant &&

Completed in 196 milliseconds