ΒΆLLVMIntPredicate LLVMGetICmpPredicate(
LLVMValueRef Inst)
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:3148
Parameters
- LLVMValueRef Inst