Searched refs:NegateL (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/GISel/ |
| H A D | AArch64InstructionSelector.cpp | 4966 bool NegateL; in emitConjunctionRec() local 4982 NegateL = true; in emitConjunctionRec() 4989 NegateL = false; in emitConjunctionRec() 5002 LHS, OutCC, NegateL, CmpR->getOperand(0).getReg(), RHSCC, MIB); in emitConjunctionRec()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 3329 bool NegateL; in emitConjunctionRec() local 3345 NegateL = true; in emitConjunctionRec() 3351 NegateL = false; in emitConjunctionRec() 3362 SDValue CmpL = emitConjunctionRec(DAG, LHS, OutCC, NegateL, CmpR, RHSCC); in emitConjunctionRec()
|