Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:isShift

200   if (!Op->isShift())
1260 if (SI0->isShift() && SI0->getOpcode() == SI1->getOpcode() &&
1945 if (SI0->isShift() && SI0->getOpcode() == SI1->getOpcode() &&
2244 if (Op0I && Op1I && Op0I->isShift() &&