Trait orzir::verifiers::SameOperandTys
source · pub trait SameOperandTys: Op {
// Provided method
fn verify(&self, ctx: &Context) -> VerifyResult<()> { ... }
}Expand description
Verifier SameOperandTys for Op
This verifier indicates that the operands are all the same types.