Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Rust-GPU/rust-cuda
/ val_ty
Method
val_ty
crates/rustc_codegen_nvvm/src/ty.rs:222–224 ·
view source on GitHub ↗
(&self, v: &'ll Value)
Source
from the content-addressed store, hash-verified
220
}
221
222
fn val_ty(&self, v: &
'll Value) -> &'
ll Type {
223
unsafe { llvm::LLVMTypeOf(v) }
224
}
225
}
226
227
impl<
'll, '
tcx> LayoutTypeMethods<
'tcx> for CodegenCx<'
ll, 'tcx> {
Callers
14
module_codegen
Function · 0.80
inline_asm_call
Function · 0.80
const_cstr
Method · 0.80
static_addr_of_mut
Method · 0.80
get_static
Method · 0.80
codegen_static
Method · 0.80
create_used_variable_impl
Method · 0.80
get_fn
Method · 0.80
switch
Method · 0.80
from_immediate
Method · 0.80
write_operand_repeatedly
Method · 0.80
range_metadata
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected