Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:CreateShl

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