pub enum RootOp {
IntBinop(IntBinop),
}Expand description
The IR shape an intrinsic’s idiom is rooted at, used to gate recognition so only relevant recognizers run per instruction.
Variants§
Trait Implementations§
impl Copy for RootOp
impl Eq for RootOp
impl StructuralPartialEq for RootOp
Auto Trait Implementations§
impl Freeze for RootOp
impl RefUnwindSafe for RootOp
impl Send for RootOp
impl Sync for RootOp
impl Unpin for RootOp
impl UnsafeUnpin for RootOp
impl UnwindSafe for RootOp
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more