Lines Matching refs:ShVal
256 Value *ShVal = Op->getOperand(0);257 ShVal = Builder->CreateLShr(ShVal, OpRHS, Op->getName());258 return BinaryOperator::CreateAnd(ShVal, AndRHS, TheAnd.getName());