Trait pliron_llvm::op_interfaces::IntBinArithOp
source · pub trait IntBinArithOp: Op + BinArithOp {
// Provided method
fn verify(op: &dyn Op, ctx: &Context) -> Result<()>
where Self: Sized { ... }
}
Expand description
Integer binary arithmetic Op