Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_codegen_ssa/src/traits/
Dconsts.rs27 fn const_to_opt_u128(&self, v: Self::Value, sign_ext: bool) -> Option<u128>; in const_to_opt_u128() method
/third_party/rust/rust/compiler/rustc_codegen_llvm/src/
Dcommon.rs233 fn const_to_opt_u128(&self, v: &'ll Value, sign_ext: bool) -> Option<u128> { in const_to_opt_u128() method
/third_party/rust/rust/compiler/rustc_codegen_gcc/src/
Dcommon.rs163 fn const_to_opt_u128(&self, _v: RValue<'gcc>, _sign_ext: bool) -> Option<u128> { in const_to_opt_u128() method