pub unsafe extern "C" fn LLVMConstAllOnes(
Ty: LLVMTypeRef,
) -> LLVMValueRefExpand description
Obtain a constant value referring to the instance of a type consisting of all ones.
This is only valid for integer types.
@see llvm::Constant::getAllOnesValue()