Searched refs:NegateL (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
H A D | AArch64InstructionSelector.cpp | 4856 bool NegateL; in emitConjunctionRec() local 4872 NegateL = true; in emitConjunctionRec() 4879 NegateL = false; in emitConjunctionRec() 4892 LHS, OutCC, NegateL, CmpR->getOperand(0).getReg(), RHSCC, MIB); in emitConjunctionRec()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 3748 bool NegateL; in emitConjunctionRec() local 3764 NegateL = true; in emitConjunctionRec() 3770 NegateL = false; in emitConjunctionRec() 3781 SDValue CmpL = emitConjunctionRec(DAG, LHS, OutCC, NegateL, CmpR, RHSCC); in emitConjunctionRec()
|