Enum llvm_ir::instruction::groups::UnaryOp [−][src]
pub enum UnaryOp {
}Expand description
Just the UnaryOps. This ends up being better than a &dyn UnaryOp for various reasons.
Variants
AddrSpaceCast(AddrSpaceCast)BitCast(BitCast)FNeg(FNeg)FPExt(FPExt)FPToSI(FPToSI)FPToUI(FPToUI)FPTrunc(FPTrunc)Freeze(Freeze)IntToPtr(IntToPtr)PtrToInt(PtrToInt)SExt(SExt)SIToFP(SIToFP)Trunc(Trunc)UIToFP(UIToFP)ZExt(ZExt)Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for UnaryOpimpl UnwindSafe for UnaryOpBlanket Implementations
Mutably borrows from an owned value. Read more