Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp46303 APInt NegAddend = -Addend; in combineSetCCAtomicArith() local
46307 if (Comparison != NegAddend) { in combineSetCCAtomicArith()
46309 if (IncComparison == NegAddend) { in combineSetCCAtomicArith()
46319 if (DecComparison == NegAddend) { in combineSetCCAtomicArith()
46332 if (Comparison == NegAddend) { in combineSetCCAtomicArith()
46339 /*RHS*/ DAG.getConstant(NegAddend, SDLoc(CmpRHS), CmpVT), in combineSetCCAtomicArith()