Home | History | Annotate | Download | only in verifier

Lines Matching defs:IsZero

131   virtual bool IsZero() const { return false; }
134 return IsNonZeroReferenceTypes() || IsZero() || IsNull();
137 return IsZero() || IsNull();
741 bool IsZero() const OVERRIDE {