Searched refs:NegConstant (Results 1 – 1 of 1) sorted by relevance
17650 int64_t NegConstant = 0 - Constant->getSExtValue(); in combineADDToADDZE() local17653 return isInt<16>(NegConstant); in combineADDToADDZE()17673 int64_t NegConstant = 0 - Constant->getSExtValue(); in combineADDToADDZE() local17685 DAG.getConstant(NegConstant, DL, MVT::i64)); in combineADDToADDZE()17686 SDValue AddOrZ = NegConstant != 0 ? Add : Z; in combineADDToADDZE()17700 DAG.getConstant(NegConstant, DL, MVT::i64)); in combineADDToADDZE()17701 SDValue AddOrZ = NegConstant != 0 ? Add : Z; in combineADDToADDZE()