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

References

lib/CodeGen/SelectionDAG/DAGCombiner.cpp
 7741   if (N0C && N1C && !N1C->isOpaque())
 7741   if (N0C && N1C && !N1C->isOpaque())
 7742     return DAG.FoldConstantArithmetic(ISD::SRL, SDLoc(N), VT, N0C, N1C);
 7748   if (N1C && DAG.MaskedValueIsZero(SDValue(N, 0),
 7781   if (N1C && N0.getOpcode() == ISD::TRUNCATE &&
 7785       uint64_t c2 = N1C->getZExtValue();
 7816   if (N1C && N0.getOpcode() == ISD::ANY_EXTEND) {
 7820     if (N1C->getAPIntValue().uge(BitSize))
 7824       uint64_t ShiftAmt = N1C->getZExtValue();
 7841   if (N1C && N1C->getAPIntValue() == (OpSizeInBits - 1)) {
 7841   if (N1C && N1C->getAPIntValue() == (OpSizeInBits - 1)) {
 7847   if (N1C && N0.getOpcode() == ISD::CTLZ &&
 7848       N1C->getAPIntValue() == Log2_32(OpSizeInBits)) {
 7893   if (N1C && SimplifyDemandedBits(SDValue(N, 0)))
 7896   if (N1C && !N1C->isOpaque())
 7896   if (N1C && !N1C->isOpaque())