Searched defs:OperandBundleDef (Results 1 – 3 of 3) sorted by relevance
306 pub struct OperandBundleDef<'a> { struct307 pub raw: &'a mut ffi::OperandBundleDef<'a>, argument310 impl<'a> OperandBundleDef<'a> { impl320 impl Drop for OperandBundleDef<'_> { implementation
680 pub struct OperandBundleDef<'a>(InvariantOpaque<'a>); struct
27 using OperandBundleDef = OperandBundleDefT<Value *>; typedef