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

References

lib/Target/AArch64/AArch64ISelDAGToDAG.cpp
  402   if (ForCodeSize || V.hasOneUse())
  406   if (Subtarget->hasLSLFast() && V.getOpcode() == ISD::SHL &&
  407       isWorthFoldingSHL(V))
  409   if (Subtarget->hasLSLFast() && V.getOpcode() == ISD::ADD) {
  410     const SDValue LHS = V.getOperand(0);
  411     const SDValue RHS = V.getOperand(1);