Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:CST

421     if (Constant *CST = dyn_cast<Constant>(Op->getOperand(1))) {
422 // The multiplier is really 1 << CST.
423 RHS = ConstantExpr::getShl(ConstantInt::get(Op->getType(), 1), CST);