Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kISelLowering.cpp2429 static bool isAndOrOfSetCCs(SDValue Op, unsigned &Opc) { in isAndOrOfSetCCs() function
2521 if (Cond.hasOneUse() && isAndOrOfSetCCs(Cond, CondOpc)) { in LowerBRCOND()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp24791 static bool isAndOrOfSetCCs(SDValue Op, unsigned &Opc) { in isAndOrOfSetCCs() function
48888 if (Subtarget.hasSSE2() && isAndOrOfSetCCs(SDValue(N, 0U), opcode)) { in combineCompareEqual()