Searched refs:NegConstant (Results 1 – 1 of 1) sorted by relevance
16661 int64_t NegConstant = 0 - Constant->getSExtValue(); in combineADDToADDZE() local16664 return isInt<16>(NegConstant); in combineADDToADDZE()16684 int64_t NegConstant = 0 - Constant->getSExtValue(); in combineADDToADDZE() local16696 DAG.getConstant(NegConstant, DL, MVT::i64)); in combineADDToADDZE()16697 SDValue AddOrZ = NegConstant != 0 ? Add : Z; in combineADDToADDZE()16711 DAG.getConstant(NegConstant, DL, MVT::i64)); in combineADDToADDZE()16712 SDValue AddOrZ = NegConstant != 0 ? Add : Z; in combineADDToADDZE()