Home
last modified time | relevance | path

Searched defs:IsPowerOfTwo (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/gnu/llvm/compiler-rt/lib/sanitizer_common/
Dsanitizer_common.h434 inline constexpr bool IsPowerOfTwo(uptr x) { return (x & (x - 1)) == 0; } in IsPowerOfTwo() function
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp6261 const bool IsPowerOfTwo = all_of(VL, [&](Value *V) { in getOperandInfo() local
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp4433 auto IsPowerOfTwo = [](ConstantSDNode *C) { in isDivisorPowerOfTwo() local