Home
last modified time | relevance | path

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

/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common.h447 inline constexpr bool IsPowerOfTwo(uptr x) { return (x & (x - 1)) == 0; } IsPowerOfTwo() function
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp4785 auto IsPowerOfTwo = [](ConstantSDNode *C) { isDivisorPowerOfTwo() local
27889 auto IsPowerOfTwo = [&Pow2Constants](ConstantSDNode *C) { takeInexpensiveLog2() local
[all...]
/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp7669 const bool IsPowerOfTwo = all_of(Ops, [](Value *V) { getOperandInfo() local