Searched defs:const_bitcast (Results 1 – 4 of 4) sorted by relevance
34 fn const_bitcast(&self, val: Self::Value, ty: Self::Type) -> Self::Value; in const_bitcast() method
201 pub(crate) fn const_bitcast(&self, val: &'ll Value, ty: &'ll Type) -> &'ll Value { in const_bitcast() method
317 fn const_bitcast(&self, val: &'ll Value, ty: &'ll Type) -> &'ll Value { in const_bitcast() method
249 fn const_bitcast(&self, value: RValue<'gcc>, typ: Type<'gcc>) -> RValue<'gcc> { in const_bitcast() method