Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:CreateLShr

192       V = IC.Builder->CreateLShr(C, NumBits);
615 Value *Shift = Builder->CreateLShr(X, ShiftDiffCst);
816 return BinaryOperator::CreateLShr(Op0, Op1);