Searched refs:IsConstantByte (Results 1 – 2 of 2) sorted by relevance
128 virtual bool IsConstantByte() const { return false; } in IsConstantByte() function149 return IsConstantByte() || IsByte() || IsBoolean(); in IsByteTypes()744 bool IsConstantByte() const override { in IsConstantByte() function
802 if (type1.IsConstantByte()) { in Merge()803 if (type2.IsConstantByte()) { in Merge()