Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp4857 bool NegateAfterAll; in emitConjunctionRec() local
4873 NegateAfterAll = !Negate; in emitConjunctionRec()
4882 NegateAfterAll = false; in emitConjunctionRec()
4893 if (NegateAfterAll) in emitConjunctionRec()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp3749 bool NegateAfterAll; in emitConjunctionRec() local
3765 NegateAfterAll = !Negate; in emitConjunctionRec()
3773 NegateAfterAll = false; in emitConjunctionRec()
3782 if (NegateAfterAll) in emitConjunctionRec()