Searched refs:IsOR (Results 1 – 1 of 1) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 2580 bool IsOR = Opcode == ISD::OR; in canEmitConjunction() local 2585 if (!canEmitConjunction(O0, CanNegateL, MustBeFirstL, IsOR, Depth+1)) in canEmitConjunction() 2589 if (!canEmitConjunction(O1, CanNegateR, MustBeFirstR, IsOR, Depth+1)) in canEmitConjunction() 2595 if (IsOR) { in canEmitConjunction() 2668 bool IsOR = Opcode == ISD::OR; in emitConjunctionRec() local 2673 bool ValidL = canEmitConjunction(LHS, CanNegateL, MustBeFirstL, IsOR); in emitConjunctionRec() 2680 bool ValidR = canEmitConjunction(RHS, CanNegateR, MustBeFirstR, IsOR); in emitConjunctionRec()
|