Home
last modified time | relevance | path

Searched defs:const_bitcast (Results 1 – 4 of 4) sorted by relevance

/third_party/rust/rust/compiler/rustc_codegen_ssa/src/traits/
Dconsts.rs34 fn const_bitcast(&self, val: Self::Value, ty: Self::Type) -> Self::Value; in const_bitcast() method
/third_party/rust/rust/compiler/rustc_codegen_llvm/src/
Dconsts.rs201 pub(crate) fn const_bitcast(&self, val: &'ll Value, ty: &'ll Type) -> &'ll Value { in const_bitcast() method
Dcommon.rs317 fn const_bitcast(&self, val: &'ll Value, ty: &'ll Type) -> &'ll Value { in const_bitcast() method
/third_party/rust/rust/compiler/rustc_codegen_gcc/src/
Dcommon.rs249 fn const_bitcast(&self, value: RValue<'gcc>, typ: Type<'gcc>) -> RValue<'gcc> { in const_bitcast() method