Searched refs:NegateL (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 1983 bool NegateL; in emitConjunctionRec() local 1999 NegateL = true; in emitConjunctionRec() 2005 NegateL = false; in emitConjunctionRec() 2016 SDValue CmpL = emitConjunctionRec(DAG, LHS, OutCC, NegateL, CmpR, RHSCC); in emitConjunctionRec()
|
/external/llvm-project/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 2512 bool NegateL; in emitConjunctionRec() local 2528 NegateL = true; in emitConjunctionRec() 2534 NegateL = false; in emitConjunctionRec() 2545 SDValue CmpL = emitConjunctionRec(DAG, LHS, OutCC, NegateL, CmpR, RHSCC); in emitConjunctionRec()
|