Searched refs:IsConstantByte (Results 1 – 2 of 2) sorted by relevance
129 virtual bool IsConstantByte() const { return false; } in IsConstantByte() function150 return IsConstantByte() || IsByte() || IsBoolean(); in IsByteTypes()626 bool IsConstantByte() const override { in IsConstantByte() function
608 if (type1.IsConstantByte()) { in Merge()609 if (type2.IsConstantByte()) { in Merge()