Home
last modified time | relevance | path

Searched refs:CTLog2 (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DMathExtras.h329 template <size_t kValue> constexpr size_t CTLog2() { in CTLog2() function
332 return 1 + CTLog2<kValue / 2>(); in CTLog2()
335 template <> constexpr size_t CTLog2<1>() { return 0; }
H A DAlignment.h97 return LogValue{static_cast<uint8_t>(CTLog2<kValue>())}; in Constant()
/freebsd/contrib/llvm-project/lld/MachO/
H A DTarget.h52 p2WordSize = llvm::CTLog2<LP::wordSize>(); in TargetInfo()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp8505 std::array<AccessSet *, llvm::CTLog2<VALID_STATE>()> AccessKind2Accesses;