Searched refs:ExtendType (Results 1 – 2 of 2) sorted by relevance
316 pub(crate) trait ExtendType {} interface318 impl ExtendType for Signed {}319 impl ExtendType for Zero {}322 pub(crate) enum Extend<T: ExtendType> {347 impl<T: ExtendType> Extend<T> {1083 pub fn extend_to<T: ExtendType>(&self, to: Self) -> Option<Extend<T>> { in extend_to()
7 DivKind, Extend, ExtendKind, ExtendType, IntCmpKind, MulWideKind, OperandSize, RemKind,172 impl<T: ExtendType> From<Extend<T>> for ExtMode {