MCPcopy Create free account
hub / github.com/Rust-GPU/rust-cuda / vector_splat

Method vector_splat

crates/rustc_codegen_nvvm/src/builder.rs:975–977  ·  view source on GitHub ↗
(&mut self, _num_elts: usize, _elt: &'ll Value)

Source from the content-addressed store, hash-verified

973 }
974
975 fn vector_splat(&mut self, _num_elts: usize, _elt: &'ll Value) -> &'ll Value {
976 self.unsupported("vector splats");
977 }
978
979 fn extract_value(&mut self, agg_val: &'ll Value, idx: u64) -> &'ll Value {
980 trace!("extract value {:?}, {:?}", agg_val, idx);

Callers

nothing calls this directly

Calls 1

unsupportedMethod · 0.80

Tested by

no test coverage detected