Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:CreateLShr

705       Instruction *NewVal = BinaryOperator::CreateLShr(
749 BinaryOperator *NewVal = BinaryOperator::CreateLShr(I->getOperand(0),
843 NewVal = BinaryOperator::CreateLShr(II->getArgOperand(0),
940 New = isLshr ? BinaryOperator::CreateLShr(VarX, Amt) :