Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_codegen_ssa/src/traits/
Dconsts.rs15 fn const_i32(&self, i: i32) -> Self::Value; in const_i32() method
/third_party/rust/rust/compiler/rustc_codegen_llvm/src/
Dcommon.rs159 fn const_i32(&self, i: i32) -> &'ll Value { in const_i32() method
/third_party/rust/rust/compiler/rustc_codegen_gcc/src/
Dcommon.rs99 fn const_i32(&self, i: i32) -> RValue<'gcc> { in const_i32() method