Lines Matching refs:getShl
1717 cast<ConstantInt>(ConstantExpr::getShl(AndCst, ShAmt));1719 cast<ConstantInt>(ConstantExpr::getShl(RHS, ShAmt));1731 NewCst = ConstantExpr::getShl(RHS, ShAmt);1749 NewAndCst = ConstantExpr::getShl(AndCst, ShAmt);1997 ConstantExpr::getShl(ConstantExpr::getLShr(RHS, ShAmt),