Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp2658 bool IsOR = Opcode == ISD::OR; in canEmitConjunction() local
2663 if (!canEmitConjunction(O0, CanNegateL, MustBeFirstL, IsOR, Depth+1)) in canEmitConjunction()
2667 if (!canEmitConjunction(O1, CanNegateR, MustBeFirstR, IsOR, Depth+1)) in canEmitConjunction()
2673 if (IsOR) { in canEmitConjunction()
2746 bool IsOR = Opcode == ISD::OR; in emitConjunctionRec() local
2751 bool ValidL = canEmitConjunction(LHS, CanNegateL, MustBeFirstL, IsOR); in emitConjunctionRec()
2758 bool ValidR = canEmitConjunction(RHS, CanNegateR, MustBeFirstR, IsOR); in emitConjunctionRec()