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()752 bool IsConstantByte() const OVERRIDE { in IsConstantByte() function
645 if (type1.IsConstantByte()) { in Merge()646 if (type2.IsConstantByte()) { in Merge()