Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:getShl

352                                         ConstantExpr::getShl(BOOp, Op1));
446 Value *XM = Builder->CreateAnd(V1, ConstantExpr::getShl(CC, Op1),
480 Value *XM = Builder->CreateAnd(V1, ConstantExpr::getShl(CC, Op1),
724 return BinaryOperator::CreateShl(ConstantExpr::getShl(C1, C2), A);