Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:OpRHS

121 // the Op parameter is 'OP', OpRHS is 'C1', and AndRHS is 'C2'.  Op is
124 ConstantInt *OpRHS,
130 Together = ConstantExpr::getAnd(AndRHS, OpRHS);
143 if (Together != OpRHS) {
158 return BinaryOperator::CreateOr(And, OpRHS);
175 const APInt& AddRHS = OpRHS->getValue();
202 uint32_t OpRHSVal = OpRHS->getLimitedValue(BitWidth);
222 uint32_t OpRHSVal = OpRHS->getLimitedValue(BitWidth);
242 uint32_t OpRHSVal = OpRHS->getLimitedValue(BitWidth);
249 ShVal = Builder->CreateLShr(ShVal, OpRHS, Op->getName());