Home | History | Annotate | Download | only in InstCombine

Lines Matching full:shval

275         Value *ShVal = Op->getOperand(0);
276 ShVal = Builder->CreateLShr(ShVal, OpRHS, Op->getName());
277 return BinaryOperator::CreateAnd(ShVal, AndRHS, TheAnd.getName());