Returns the comparison predicate underlying the intrinsic.

Synopsis

Declared in <llvm/IR/IntrinsicInst.h>

static
ICmpInst::Predicate
getPredicate(Intrinsic::ID ID);

Return Value

The comparison predicate underlying the intrinsic.

Parameters

Name

Description

ID

Min/max intrinsic identifier.

Created with MrDocs