LLVMConstAllOnes

Function LLVMConstAllOnes 

Source
pub unsafe extern "C" fn LLVMConstAllOnes(
    Ty: LLVMTypeRef,
) -> LLVMValueRef
Expand 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()