Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:Together

136   Constant *Together = 0;
138 Together = ConstantExpr::getAnd(AndRHS, OpRHS);
146 return BinaryOperator::CreateXor(And, Together);
151 if (Together != OpRHS) {
153 Value *Or = Builder->CreateOr(X, Together);
158 ConstantInt *TogetherCI = dyn_cast<ConstantInt>(Together);
163 Together = ConstantExpr::getXor(AndRHS, Together);
164 Value *And = Builder->CreateAnd(X, Together);
820 // together. Because of the above check, we know that we only have
1111 // This will fold the two constants together, which may allow
1393 // together, which isn't a bswap (unless it's an or of the same bits).
1562 // together. Because of the above check, we know that we only have