Home
last modified time | relevance | path

Searched defs:const_int (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/compiler/glsl/
Dast_type.cpp987 ir_constant *const const_int = in process_qualifier_constant() local
1044 ir_constant *const const_int = in process_qualifier_constant() local
/third_party/rust/rust/compiler/rustc_codegen_ssa/src/traits/
Dconsts.rs10 fn const_int(&self, t: Self::Type, i: i64) -> Self::Value; in const_int() method
/third_party/rust/rust/compiler/rustc_codegen_llvm/src/
Dcommon.rs136 fn const_int(&self, t: &'ll Type, i: i64) -> &'ll Value { in const_int() method
/third_party/rust/rust/compiler/rustc_codegen_gcc/src/
Dcommon.rs79 fn const_int(&self, typ: Type<'gcc>, int: i64) -> RValue<'gcc> { in const_int() method
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_insn.c1912 struct src_register const_int = get_loop_const( emit ); in emit_bgnloop() local