Searched refs:IsConstantByte (Results 1 – 2 of 2) sorted by relevance
125 virtual bool IsConstantByte() const { return false; } in IsConstantByte() function142 return IsConstantByte() || IsByte() || IsBoolean(); in IsByteTypes()606 bool IsConstantByte() const OVERRIDE { in IsConstantByte() function
631 if (type1.IsConstantByte()) { in Merge()632 if (type2.IsConstantByte()) { in Merge()