Struct rustc_mir::transform::lower_128bit::Lower128Bit [−][src]
pub struct Lower128Bit;
🔬 This is a nightly-only experimental API. (rustc_private
)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml
instead?
Methods
impl Lower128Bit
[src]
impl Lower128Bit
fn lower_128bit_ops<'a, 'tcx>(
&self,
tcx: TyCtxt<'a, 'tcx, 'tcx>,
mir: &mut Mir<'tcx>
)
[src]
fn lower_128bit_ops<'a, 'tcx>(
&self,
tcx: TyCtxt<'a, 'tcx, 'tcx>,
mir: &mut Mir<'tcx>
)
🔬 This is a nightly-only experimental API. (rustc_private
)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml
instead?
Trait Implementations
impl MirPass for Lower128Bit
[src]
impl MirPass for Lower128Bit
fn run_pass<'a, 'tcx>(
&self,
tcx: TyCtxt<'a, 'tcx, 'tcx>,
_src: MirSource,
mir: &mut Mir<'tcx>
)
[src]
fn run_pass<'a, 'tcx>(
&self,
tcx: TyCtxt<'a, 'tcx, 'tcx>,
_src: MirSource,
mir: &mut Mir<'tcx>
)
🔬 This is a nightly-only experimental API. (rustc_private
)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml
instead?
fn name<'a>(&'a self) -> Cow<'a, str>
[src]
fn name<'a>(&'a self) -> Cow<'a, str>
🔬 This is a nightly-only experimental API. (rustc_private
)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml
instead?
Auto Trait Implementations
impl Send for Lower128Bit
impl Send for Lower128Bit
impl Sync for Lower128Bit
impl Sync for Lower128Bit