(&self, ty: Self::Type)
| 125 | self.constant_null(t) |
| 126 | } |
| 127 | fn const_undef(&self, ty: Self::Type) -> Self::Value { |
| 128 | self.undef(ty) |
| 129 | } |
| 130 | fn const_poison(&self, ty: Self::Type) -> Self::Value { |
| 131 | // No distinction between undef and poison. |
| 132 | self.const_undef(ty) |