[][src]Trait llvm_ir::instruction::UnaryOp

pub trait UnaryOp: HasResult {
    fn get_operand(&self) -> &Operand;
}

Required methods

fn get_operand(&self) -> &Operand

Loading content...

Implementors

impl UnaryOp for UnaryOp[src]

impl UnaryOp for AddrSpaceCast[src]

impl UnaryOp for BitCast[src]

impl UnaryOp for FNeg[src]

impl UnaryOp for FPExt[src]

impl UnaryOp for FPToSI[src]

impl UnaryOp for FPToUI[src]

impl UnaryOp for FPTrunc[src]

impl UnaryOp for IntToPtr[src]

impl UnaryOp for PtrToInt[src]

impl UnaryOp for SExt[src]

impl UnaryOp for SIToFP[src]

impl UnaryOp for Trunc[src]

impl UnaryOp for UIToFP[src]

impl UnaryOp for ZExt[src]

Loading content...