(&mut self, val: Self::Value, dest_ty: Self::Type)
| 2917 | } |
| 2918 | |
| 2919 | fn zext(&mut self, val: Self::Value, dest_ty: Self::Type) -> Self::Value { |
| 2920 | self.intcast(val, dest_ty, false) |
| 2921 | } |
| 2922 | |
| 2923 | fn do_not_inline(&mut self, _llret: Self::Value) { |
| 2924 | // Ignore |