Lines Matching defs:ConstValue
23493 APInt ConstValue;23495 ISD::isConstantSplatVector(Op1.getNode(), ConstValue)) {23496 if (ConstValue.isMinSignedValue())23498 else if (ConstValue.isMaxSignedValue())23500 else if (ConstValue.isZero() && DAG.SignBitIsZero(Op0))