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.
@see llvm::ICmpInst::setSameSign()