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

References

lib/CodeGen/SelectionDAG/DAGCombiner.cpp
 3337     N1IsConst = ISD::isConstantSplatVector(N1.getNode(), ConstValue1);
 3342             ConstValue1.getBitWidth() == VT.getScalarSizeInBits()) &&
 3352       ConstValue1 = cast<ConstantSDNode>(N1)->getAPIntValue();
 3367   if (N1IsConst && ConstValue1.isNullValue())
 3370   if (N1IsConst && ConstValue1.isOneValue())
 3377   if (N1IsConst && ConstValue1.isAllOnesValue()) {
 3393   if (N1IsConst && !N1IsOpaqueConst && (-ConstValue1).isPowerOf2()) {
 3394     unsigned Log2Val = (-ConstValue1).logBase2();
 3417     APInt MulC = ConstValue1.abs();
 3432       if (ConstValue1.isNegative())