Searched defs:const_to_opt_u128 (Results 1 – 3 of 3) sorted by relevance
27 fn const_to_opt_u128(&self, v: Self::Value, sign_ext: bool) -> Option<u128>; in const_to_opt_u128() method
233 fn const_to_opt_u128(&self, v: &'ll Value, sign_ext: bool) -> Option<u128> { in const_to_opt_u128() method
163 fn const_to_opt_u128(&self, _v: RValue<'gcc>, _sign_ext: bool) -> Option<u128> { in const_to_opt_u128() method