[][src]Trait llvm_ir::constant::ConstUnaryOp

pub trait ConstUnaryOp {
    fn get_operand(&self) -> &Constant;
}

Required methods

fn get_operand(&self) -> &Constant

Loading content...

Implementors

impl ConstUnaryOp for AddrSpaceCast[src]

impl ConstUnaryOp for BitCast[src]

impl ConstUnaryOp for FPExt[src]

impl ConstUnaryOp for FPToSI[src]

impl ConstUnaryOp for FPToUI[src]

impl ConstUnaryOp for FPTrunc[src]

impl ConstUnaryOp for IntToPtr[src]

impl ConstUnaryOp for PtrToInt[src]

impl ConstUnaryOp for SExt[src]

impl ConstUnaryOp for SIToFP[src]

impl ConstUnaryOp for Trunc[src]

impl ConstUnaryOp for UIToFP[src]

impl ConstUnaryOp for ZExt[src]

Loading content...