Searched refs:IsConstantShort (Results 1 – 2 of 2) sorted by relevance
79 if (IsConstantShort()) { in Dump()396 if (IsConstantShort()) { in Dump()648 } else if (type2.IsConstantShort()) { in Merge()653 } else if (type1.IsConstantShort()) { in Merge()654 if (type2.IsConstantShort()) { in Merge()
129 virtual bool IsConstantShort() const { return false; } in IsConstantShort() function152 return IsShort() || IsByte() || IsBoolean() || IsConstantShort(); in IsShortTypes()757 bool IsConstantShort() const OVERRIDE { in IsConstantShort() function