Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:CreateShl

1073         Value *NewShl = Builder->CreateShl(XorLHS, ShAmt, "sext");
1106 BinaryOperator::CreateShl(LHS, ConstantInt::get(I.getType(), 1));
1564 return BinaryOperator::CreateShl(XNeg, Y);