Home
last modified time | relevance | path

Searched defs:vector_splat (Results 1 – 3 of 3) sorted by relevance

/third_party/rust/rust/compiler/rustc_codegen_ssa/src/traits/
Dbuilder.rs269 fn vector_splat(&mut self, num_elts: usize, elt: Self::Value) -> Self::Value; in vector_splat() method
/third_party/rust/rust/compiler/rustc_codegen_llvm/src/
Dbuilder.rs957 fn vector_splat(&mut self, num_elts: usize, elt: &'ll Value) -> &'ll Value { in vector_splat() method
/third_party/rust/rust/compiler/rustc_codegen_gcc/src/
Dbuilder.rs1146 fn vector_splat(&mut self, _num_elts: usize, _elt: RValue<'gcc>) -> RValue<'gcc> { in vector_splat() method