Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp14465 int64_t NegConstant = 0 - Constant->getSExtValue(); in combineADDToADDZE() local
14468 return isInt<16>(NegConstant); in combineADDToADDZE()
14490 int64_t NegConstant = 0 - Constant->getSExtValue(); in combineADDToADDZE() local
14502 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()