Home
last modified time | relevance | path

Searched defs:LLVMRustConstIntGetZExtValue (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/rust/compiler/rustc_llvm/llvm-wrapper/
DRustWrapper.cpp1630 extern "C" bool LLVMRustConstIntGetZExtValue(LLVMValueRef CV, uint64_t *value) { function
/third_party/rust/rust/compiler/rustc_codegen_llvm/src/llvm/
Dffi.rs1126 pub fn LLVMRustConstIntGetZExtValue(ConstantVal: &ConstantInt, Value: &mut u64) -> bool; in LLVMRustConstIntGetZExtValue() function