Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:ShVal

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