LLVMSetICmpSameSign

Function LLVMSetICmpSameSign 

Source
pub unsafe extern "C" fn LLVMSetICmpSameSign(
    Inst: LLVMValueRef,
    SameSign: LLVMBool,
)
Expand description

Set the samesign flag on an icmp instruction.

This is only valid for instructions that correspond to llvm::ICmpInst.