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

References

lib/Transforms/InstCombine/InstructionCombining.cpp
  524   assert(Op && "Expected a binary operator");
  525   LHS = Op->getOperand(0);
  526   RHS = Op->getOperand(1);
  529     if (match(Op, m_Shl(m_Value(), m_Constant(C)))) {
  531       RHS = ConstantExpr::getShl(ConstantInt::get(Op->getType(), 1), C);
  536   return Op->getOpcode();