Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:CreateShl

44     return IC.Builder->CreateShl(PowerOf2, A);
157 BinaryOperator *Shl = BinaryOperator::CreateShl(NewOp, NewCst);
267 return BinaryOperator::CreateShl(Op1, Y);
269 return BinaryOperator::CreateShl(Op0, Y);