pub unsafe extern "C" fn LLVMGetICmpPredicate(
Inst: LLVMValueRef,
) -> LLVMIntPredicateExpand description
Obtain the predicate of an instruction.
This is only valid for instructions that correspond to llvm::ICmpInst.
@see llvm::ICmpInst::getPredicate()