Searched refs:NegConstant (Results 1 – 1 of 1) sorted by relevance
14465 int64_t NegConstant = 0 - Constant->getSExtValue(); in combineADDToADDZE() local14468 return isInt<16>(NegConstant); in combineADDToADDZE()14490 int64_t NegConstant = 0 - Constant->getSExtValue(); in combineADDToADDZE() local14502 DAG.getConstant(NegConstant, DL, MVT::i64)); in combineADDToADDZE()14503 SDValue AddOrZ = NegConstant != 0 ? Add : Z; in combineADDToADDZE()14517 DAG.getConstant(NegConstant, DL, MVT::i64)); in combineADDToADDZE()14518 SDValue AddOrZ = NegConstant != 0 ? Add : Z; in combineADDToADDZE()