Home | History | Annotate | Download | only in verifier

Lines Matching refs:IsConstantShort

129   virtual bool IsConstantShort() const { return false; }
148 return IsShort() || IsByte() || IsBoolean() || IsConstantShort();
753 bool IsConstantShort() const OVERRIDE {