Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:CreateShl

42     return IC.Builder->CreateShl(PowerOf2, A);
123 BinaryOperator *Shl = BinaryOperator::CreateShl(Op0, NewCst);
226 return BinaryOperator::CreateShl(Op1, Y);
228 return BinaryOperator::CreateShl(Op0, Y);