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

References

lib/Transforms/InstCombine/InstCombineShifts.cpp
  613       canEvaluateShifted(Op0, Op1C->getZExtValue(), isLeftShift, *this, &I)) {
  617                << *Op0 << "\n  SH: " << I << "\n");
  620         I, getShiftedValue(Op0, Op1C->getZExtValue(), isLeftShift, *this, DL));
  625   unsigned TypeBits = Op0->getType()->getScalarSizeInBits();
  634   if (TruncInst *TI = dyn_cast<TruncInst>(Op0)) {
  678   if (Op0->hasOneUse()) {
  679     if (BinaryOperator *Op0BO = dyn_cast<BinaryOperator>(Op0)) {
  805     if (match(Op0, m_Select(m_Value(Cond), m_OneUse(m_BinOp(TBO)),
  824     if (match(Op0, m_Select(m_Value(Cond), m_Value(TrueVal),