Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:isShift

137   if (!Op->isShift())
1237 if (SI0->isShift() && SI0->getOpcode() == SI1->getOpcode() &&
1946 if (SI0->isShift() && SI0->getOpcode() == SI1->getOpcode() &&
2291 if (Op0I && Op1I && Op0I->isShift() &&