Home
last modified time | relevance | path

Searched refs:NegConstant (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp17067 int64_t NegConstant = 0 - Constant->getSExtValue(); in combineADDToADDZE() local
17070 return isInt<16>(NegConstant); in combineADDToADDZE()
17090 int64_t NegConstant = 0 - Constant->getSExtValue(); in combineADDToADDZE() local
17102 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()