Home | History | Annotate | Download | only in Analysis

Lines Matching refs:isConstant

115   bool isConstant() const      { return Tag == constant; }
121 assert(isConstant() && "Cannot get the constant of a non-constant!");
152 assert((!isConstant() || getConstant() == V) &&
168 assert((!isConstant() || getConstant() != V) &&
172 assert(isUndefined() || isConstant());
211 if (isConstant()) {
212 if (RHS.isConstant()) {
242 if (RHS.isConstant()) {
1212 if (Result.isConstant())
1231 if (Result.isConstant())
1248 if (Result.isConstant()) {