Searched defs:IsPowerOfTwo (Results 1 – 4 of 4) sorted by relevance
448 inline constexpr bool IsPowerOfTwo(uptr x) { return (x & (x - 1)) == 0; } IsPowerOfTwo() function
4802 auto IsPowerOfTwo = [](ConstantSDNode *C) { isDivisorPowerOfTwo() local 27558 auto IsPowerOfTwo = [&Pow2Constants](ConstantSDNode *C) { takeInexpensiveLog2() local [all...]
6554 const bool IsPowerOfTwo = all_of(Ops, [](Value *V) { getOperandInfo() local
15278 #define IsPowerOfTwo(X) (((X)&((X)-1))==0) macro [all...]