Searched refs:IsConstantShort (Results 1 – 2 of 2) sorted by relevance
72 if (IsConstantShort()) { in Dump()388 if (IsConstantShort()) { in Dump()634 } else if (type2.IsConstantShort()) { in Merge()639 } else if (type1.IsConstantShort()) { in Merge()640 if (type2.IsConstantShort()) { in Merge()
126 virtual bool IsConstantShort() const { return false; } in IsConstantShort() function145 return IsShort() || IsByte() || IsBoolean() || IsConstantShort(); in IsShortTypes()611 bool IsConstantShort() const OVERRIDE { in IsConstantShort() function