LLVMSetAlignment

Function LLVMSetAlignment 

Source
pub unsafe extern "C" fn LLVMSetAlignment(
    V: LLVMValueRef,
    Bytes: c_uint,
)
Expand description

Set the preferred alignment of the value. @see llvm::AllocaInst::setAlignment() @see llvm::LoadInst::setAlignment() @see llvm::StoreInst::setAlignment() @see llvm::AtomicRMWInst::setAlignment() @see llvm::AtomicCmpXchgInst::setAlignment() @see llvm::GlobalValue::setAlignment()