reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Transforms/InstCombine/InstCombineAndOrXor.cpp
 2828          PredR == CmpInst::ICMP_SGT && match(RHS1, m_AllOnes())) ||
 2830          PredR == CmpInst::ICMP_SLT && match(RHS1, m_Zero()))) {
 2837          PredR == CmpInst::ICMP_SLT && match(RHS1, m_Zero())) ||
 2839          PredR == CmpInst::ICMP_SGT && match(RHS1, m_AllOnes()))) {