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

References

lib/Transforms/InstCombine/InstCombineSelect.cpp
  288   if ((match(&SI, m_SMin(m_Value(), m_Value())) ||
  289        match(&SI, m_SMax(m_Value(), m_Value())) ||
  290        match(&SI, m_UMin(m_Value(), m_Value())) ||
  291        match(&SI, m_UMax(m_Value(), m_Value()))))
  295   Value *Cond = SI.getCondition();
  331                              SI.getName() + ".v", &SI);
  331                              SI.getName() + ".v", &SI);
  340     Value *NewSel = Builder.CreateSelect(Cond, X, Y, SI.getName() + ".v", &SI);
  340     Value *NewSel = Builder.CreateSelect(Cond, X, Y, SI.getName() + ".v", &SI);
  395                                       SI.getName() + ".v", &SI);
  395                                       SI.getName() + ".v", &SI);