Lines Matching refs:isConstant
101 bool isConstant() const { return Tag == constant; } in isConstant() function in __anonba15b7e30111::LVILatticeVal
107 assert(isConstant() && "Cannot get the constant of a non-constant!"); in getConstant()
138 assert((!isConstant() || getConstant() == V) && in markConstant()
154 assert((!isConstant() || getConstant() != V) && in markNotConstant()
158 assert(isUndefined() || isConstant()); in markNotConstant()
197 if (isConstant()) { in mergeIn()
198 if (RHS.isConstant()) { in mergeIn()
230 if (RHS.isConstant()) { in mergeIn()
1027 if (Result.isConstant()) in getConstant()
1043 if (Result.isConstant()) in getConstantOnEdge()
1063 if (Result.isConstant()) { in getPredicateOnEdge()