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

References

lib/Analysis/ValueTracking.cpp
 5577   switch (II.getIntrinsicID()) {
 5580     if (match(II.getOperand(0), m_APInt(C)) ||
 5581         match(II.getOperand(1), m_APInt(C)))
 5585     if (match(II.getOperand(0), m_APInt(C)) ||
 5586         match(II.getOperand(1), m_APInt(C))) {
 5600     if (match(II.getOperand(0), m_APInt(C)))
 5603     else if (match(II.getOperand(1), m_APInt(C)))
 5607     if (match(II.getOperand(0), m_APInt(C))) {
 5617     } else if (match(II.getOperand(1), m_APInt(C))) {