Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:isPowerOf2

547     if ((Op1CV == 0 || Op1CV.isPowerOf2()) &&
556 if (KnownZeroMask.isPowerOf2()) { // Exactly 1 possible 1?
926 ICI->isEquality() && (Op1C->isZero() || Op1C->getValue().isPowerOf2())){
932 if (KnownZeroMask.isPowerOf2()) {