Lines Matching defs:ConstValue
23897 APInt ConstValue;23899 ISD::isConstantSplatVector(Op1.getNode(), ConstValue)) {23900 if (ConstValue.isMinSignedValue())23902 else if (ConstValue.isMaxSignedValue())23904 else if (ConstValue.isZero() && DAG.SignBitIsZero(Op0))