Searched defs:LLVMRustConstIntGetZExtValue (Results 1 – 2 of 2) sorted by relevance
1630 extern "C" bool LLVMRustConstIntGetZExtValue(LLVMValueRef CV, uint64_t *value) { function
1126 pub fn LLVMRustConstIntGetZExtValue(ConstantVal: &ConstantInt, Value: &mut u64) -> bool; in LLVMRustConstIntGetZExtValue() function