Home
last modified time | relevance | path

Searched defs:icmp_pred_with_threshold (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DPatternMatch.h593 struct icmp_pred_with_threshold { struct
594 ICmpInst::Predicate Pred;
595 const APInt *Thr;
596 bool isValue(const APInt &C) { in isValue()