Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:CreateLShr

662       Instruction *NewVal = BinaryOperator::CreateLShr(
706 BinaryOperator *NewVal = BinaryOperator::CreateLShr(I->getOperand(0),
799 NewVal = BinaryOperator::CreateLShr(II->getArgOperand(0),
892 New = isLshr ? BinaryOperator::CreateLShr(VarX, Amt) :