Function LLVMIsAConstantInt

Source
pub(crate) unsafe extern "C" fn LLVMIsAConstantInt(
    value_ref: &Value,
) -> Option<&ConstantInt>