Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:NOr

1977     Value *NOr = Builder->CreateOr(A, Op1);
1978 NOr->takeName(Op0);
1979 return BinaryOperator::CreateXor(NOr, C1);
1986 Value *NOr = Builder->CreateOr(A, Op0);
1987 NOr->takeName(Op0);
1988 return BinaryOperator::CreateXor(NOr, C1);