Searched refs:NegConstant (Results 1 – 1 of 1) sorted by relevance
17067 int64_t NegConstant = 0 - Constant->getSExtValue(); in combineADDToADDZE() local17070 return isInt<16>(NegConstant); in combineADDToADDZE()17090 int64_t NegConstant = 0 - Constant->getSExtValue(); in combineADDToADDZE() local17102 DAG.getConstant(NegConstant, DL, MVT::i64)); in combineADDToADDZE()17103 SDValue AddOrZ = NegConstant != 0 ? Add : Z; in combineADDToADDZE()17117 DAG.getConstant(NegConstant, DL, MVT::i64)); in combineADDToADDZE()17118 SDValue AddOrZ = NegConstant != 0 ? Add : Z; in combineADDToADDZE()