Home | History | Annotate | Download | only in InstCombine

Lines Matching defs:ConstRHS

121   ConstantInt *ConstRHS = dyn_cast<ConstantInt>(OldRHS);
133 if (!IsBswapRHS && !ConstRHS)
142 Builder->getInt(ConstRHS->getValue().byteSwap());