Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:getShl

360                                          ConstantExpr::getShl(BOOp, Op1));
454 Value *XM = Builder->CreateAnd(V1, ConstantExpr::getShl(CC, Op1),
488 Value *XM = Builder->CreateAnd(V1, ConstantExpr::getShl(CC, Op1),
733 return BinaryOperator::CreateShl(ConstantExpr::getShl(C1, C2), A);