Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:isLogicalShift

48     if (I->isLogicalShift() && isKnownToBeAPowerOfTwo(I->getOperand(0))) {