ΒΆinline cst_pred_ty<
    llvm::PatternMatch::icmp_pred_with_threshold>
m_SpecificInt_ICMP(ICmpInst::Predicate Predicate,
                   const llvm::APInt& Threshold)

Description

Match an integer or vector with every element comparing 'pred' (eg/ne/...) to Threshold. For vectors, this includes constants with undefined elements.

Declared at: llvm/include/llvm/IR/PatternMatch.h:517

Parameters

ICmpInst::Predicate Predicate
const llvm::APInt& Threshold