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

References

lib/CodeGen/SelectionDAG/DAGCombiner.cpp
 5901   EVT ShiftedVT = OppShiftLHS.getValueType();
 5910       ExtractFrom.getOperand(0) == OppShiftLHS &&
 5912     return DAG.getNode(ISD::SHL, DL, ShiftedVT, OppShiftLHS,
 5938   if (OppShiftLHS.getOpcode() != ExtractFrom.getOpcode() ||
 5939       OppShiftLHS.getOperand(0) != ExtractFrom.getOperand(0) ||
 5944   ConstantSDNode *OppLHSCst = isConstOrConstSplat(OppShiftLHS.getOperand(1));
 5992   return DAG.getNode(Opcode, DL, ResVT, OppShiftLHS, NewShiftNode);