LLVMGetICmpPredicate

Function LLVMGetICmpPredicate 

Source
pub unsafe extern "C" fn LLVMGetICmpPredicate(
    Inst: LLVMValueRef,
) -> LLVMIntPredicate
Expand description

Obtain the predicate of an instruction.

This is only valid for instructions that correspond to llvm::ICmpInst.

@see llvm::ICmpInst::getPredicate()