LLVMConstAllOnes

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()

extern (C) nothrow
LLVMValueRef
LLVMConstAllOnes
(
LLVMTypeRef Ty
)

Meta