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

References

lib/CodeGen/SelectionDAG/DAGCombiner.cpp
 6149   if (LHS.getOpcode() == ISD::TRUNCATE && RHS.getOpcode() == ISD::TRUNCATE &&
 6150       LHS.getOperand(0).getValueType() == RHS.getOperand(0).getValueType()) {
 6151     assert(LHS.getValueType() == RHS.getValueType());
 6152     if (SDValue Rot = MatchRotate(LHS.getOperand(0), RHS.getOperand(0), DL)) {
 6164   matchRotateHalf(DAG, RHS, RHSShift, RHSMask);
 6181             extractShiftForRotate(DAG, LHSShift, RHS, RHSMask, DL))
 6203     std::swap(LHS, RHS);