reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2633 if (Pred == ICmpInst::ICMP_SLT && match(RHS, m_Zero())) 2635 if (Pred == ICmpInst::ICMP_SGT && match(RHS, m_AllOnes())) 2644 ConstantRange RHS_CR = ConstantRange::makeExactICmpRegion(Pred, *C);