Lines Matching defs:IsOR
3820 bool IsOR = Opcode == ISD::OR;
3825 if (!canEmitConjunction(O0, CanNegateL, MustBeFirstL, IsOR, Depth+1))
3829 if (!canEmitConjunction(O1, CanNegateR, MustBeFirstR, IsOR, Depth+1))
3835 if (IsOR) {
3908 bool IsOR = Opcode == ISD::OR;
3913 bool ValidL = canEmitConjunction(LHS, CanNegateL, MustBeFirstL, IsOR);
3920 bool ValidR = canEmitConjunction(RHS, CanNegateR, MustBeFirstR, IsOR);