MCPcopy 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
227impl<'ll, 'tcx> LayoutTypeMethods<'tcx> for CodegenCx<'ll, 'tcx> {

Callers 14

module_codegenFunction · 0.80
inline_asm_callFunction · 0.80
const_cstrMethod · 0.80
static_addr_of_mutMethod · 0.80
get_staticMethod · 0.80
codegen_staticMethod · 0.80
get_fnMethod · 0.80
switchMethod · 0.80
from_immediateMethod · 0.80
range_metadataMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected