ΒΆLLVMIntPredicate LLVMGetICmpPredicate(
    LLVMValueRef Inst)

Description

Obtain the predicate of an instruction. This is only valid for instructions that correspond to llvm::ICmpInst or llvm::ConstantExpr whose opcode is llvm::Instruction::ICmp.

Declared at: llvm/include/llvm-c/Core.h:3270

Parameters

LLVMValueRef Inst