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

References

lib/CodeGen/SelectionDAG/TargetLowering.cpp
 3502       if (C1 == MinVal)
 3507         APInt C = C1 - 1;
 3522       if (C1 == MaxVal)
 3527         APInt C = C1 + 1;
 3541       if (C1 == MinVal)
 3547         if (C1 == MaxVal)
 3551         if (C1 == MinVal+1)
 3559       if (C1 == MaxVal)
 3565         if (C1 == MinVal)
 3569         if (C1 == MaxVal-1)
 3578       if (C1.isNullValue())
 3590           C1 == APInt::getSignedMaxValue(OperandBitSize))
 3597           C1 == APInt::getSignedMinValue(OperandBitSize)) {