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

References

lib/CodeGen/SelectionDAG/DAGCombiner.cpp
 5907   if (OppShift.getOpcode() == ISD::SRL && OppShiftCst &&
 5911       OppShiftCst->getAPIntValue() == ShiftedVT.getScalarSizeInBits() - 1)
 5950   if (!OppShiftCst || !OppShiftCst->getAPIntValue() ||
 5950   if (!OppShiftCst || !OppShiftCst->getAPIntValue() ||
 5957   if (OppShiftCst->getAPIntValue().ugt(VTWidth))
 5959   APInt NeededShiftAmt = VTWidth - OppShiftCst->getAPIntValue();