Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp45089 APInt NegAddend = -Addend; in combineSetCCAtomicArith() local
45093 if (Comparison != NegAddend) { in combineSetCCAtomicArith()
45095 if (IncComparison == NegAddend) { in combineSetCCAtomicArith()
45105 if (DecComparison == NegAddend) { in combineSetCCAtomicArith()
45118 if (Comparison == NegAddend) { in combineSetCCAtomicArith()
45125 /*RHS*/ DAG.getConstant(NegAddend, SDLoc(CmpRHS), CmpVT), in combineSetCCAtomicArith()