Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:NotX

2150           Value *NotX =
2155 return BinaryOperator::CreateOr(NotX, NotY);
2156 return BinaryOperator::CreateAnd(NotX, NotY);