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

References

lib/Target/AArch64/AArch64ISelDAGToDAG.cpp
  429   AArch64_AM::ShiftExtendType ShType = getShiftTypeForNode(N);
  435   if (ConstantSDNode *RHS = dyn_cast<ConstantSDNode>(N.getOperand(1))) {
  436     unsigned BitSize = N.getValueSizeInBits();
  440     Reg = N.getOperand(0);
  441     Shift = CurDAG->getTargetConstant(ShVal, SDLoc(N), MVT::i32);
  442     return isWorthFolding(N);