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

References

lib/Target/PowerPC/PPCISelDAGToDAG.cpp
  734     if (Op0Opc == ISD::AND && Op1Opc == ISD::AND) {
  740           std::swap(Op0Opc, Op1Opc);
  745       if (Op1Opc == ISD::AND && Op1.getOperand(0).getOpcode() != ISD::SHL &&
  748         std::swap(Op0Opc, Op1Opc);
  755       if ((Op1Opc == ISD::SHL || Op1Opc == ISD::SRL) &&
  755       if ((Op1Opc == ISD::SHL || Op1Opc == ISD::SRL) &&
  758         SH  = (Op1Opc == ISD::SHL) ? Value : 32 - Value;
  760       if (Op1Opc == ISD::AND) {