Home | History | Annotate | Download | only in verifier

Lines Matching refs:IsConstantByte

128   virtual bool IsConstantByte() const { return false; }
145 return IsConstantByte() || IsByte() || IsBoolean();
748 bool IsConstantByte() const OVERRIDE {