Lines Matching defs:IsPowerOfTwo
4884 auto IsPowerOfTwo = [](ConstantSDNode *C) {4894 return ISD::matchUnaryPredicate(Divisor, IsPowerOfTwo);28490 auto IsPowerOfTwo = [&Pow2Constants](ConstantSDNode *C) {28501 if (ISD::matchUnaryPredicate(Op, IsPowerOfTwo)) {