LLVMGetICmpPredicate

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.

@see llvm::ICmpInst::getPredicate()

extern (C) nothrow
LLVMGetICmpPredicate
(
LLVMValueRef Inst
)

Meta