Home | History | Annotate | Download | only in ast

Lines Matching refs:IsConstant

85   if (this->IsConstant()) return this->AsConstant()->Value()->Number();
101 if (this->IsConstant()) return this->AsConstant()->Value()->Number();
143 if (type->IsConstant()) return type->AsConstant()->Lub();
455 if (this->IsConstant()) {
456 return that->IsConstant() &&
557 (this->IsConstant() &&
592 if (this->IsConstant()) {
650 if (that->IsConstant()) {
873 if (rhs->IsConstant() && Contains(lhs->AsRange(), rhs->AsConstant())) {
1085 if (this->IsConstant()) {
1090 if (this->AsUnion()->Get(i)->IsConstant()) ++result;
1122 static bool matches(AstType* type) { return type->IsConstant(); }
1223 } else if (this->IsConstant()) {