Function llvm_sys::core::LLVMCreateConstantRangeAttribute
source ยท pub unsafe extern "C" fn LLVMCreateConstantRangeAttribute(
C: LLVMContextRef,
KindID: c_uint,
NumBits: c_uint,
LowerWords: *const u64,
UpperWords: *const u64,
) -> LLVMAttributeRef
Expand description
Create a ConstantRange attribute.
LoweWords and UpperWords need to be NumBits divided by 64 rounded up elements long.