Searched defs:icmp_pred_with_threshold (Results 1 – 1 of 1) sorted by relevance
593 struct icmp_pred_with_threshold { struct594 ICmpInst::Predicate Pred;595 const APInt *Thr;596 bool isValue(const APInt &C) { in isValue()