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

References

lib/CodeGen/SelectionDAG/DAGCombiner.cpp
 7175   bool IsShiftByConstant = (BinOpLHSVal.getOpcode() == ISD::SHL ||
 7176                             BinOpLHSVal.getOpcode() == ISD::SRA ||
 7177                             BinOpLHSVal.getOpcode() == ISD::SRL) &&
 7178                            isa<ConstantSDNode>(BinOpLHSVal.getOperand(1));
 7179   bool IsCopyOrSelect = BinOpLHSVal.getOpcode() == ISD::CopyFromReg ||
 7180                         BinOpLHSVal.getOpcode() == ISD::SELECT;