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.
pub unsafe extern "C" fn LLVMSetICmpSameSign(
Inst: LLVMValueRef,
SameSign: LLVMBool,
)Set the samesign flag on an icmp instruction.
This is only valid for instructions that correspond to llvm::ICmpInst.