Searched refs:NegConstant (Results 1 – 1 of 1) sorted by relevance
18856 int64_t NegConstant = 0 - Constant->getSExtValue(); in combineADDToADDZE() local18859 return isInt<16>(NegConstant); in combineADDToADDZE()18880 int64_t NegConstant = 0 - Constant->getSExtValue(); in combineADDToADDZE() local18892 DAG.getConstant(NegConstant, DL, MVT::i64)); in combineADDToADDZE()18893 SDValue AddOrZ = NegConstant != 0 ? Add : Z; in combineADDToADDZE()18910 DAG.getConstant(NegConstant, DL, MVT::i64)); in combineADDToADDZE()18911 SDValue AddOrZ = NegConstant != 0 ? Add : Z; in combineADDToADDZE()