LLVMGetICmpSameSign

Function LLVMGetICmpSameSign 

Source
pub unsafe extern "C" fn LLVMGetICmpSameSign(
    Inst: LLVMValueRef,
) -> LLVMBool
Expand description

Get whether or not an icmp instruction has the samesign flag.

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