Home
last modified time | relevance | path

Searched defs:Log2 (Results 1 – 9 of 9) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DAlignment.h208 inline unsigned Log2(Align A) { return A.ShiftValue; } in Log2() function
/openbsd-src/gnu/llvm/compiler-rt/lib/fuzzer/
H A DFuzzerTracePC.h275 auto Log2 = Log(A); in CollectFeatures() local
/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsSEISelDAGToDAG.cpp637 int32_t Log2 = ImmValue.exactLogBase2(); in selectVSplatUimmPow2() local
724 int32_t Log2 = (~ImmValue).exactLogBase2(); in selectVSplatUimmInvPow2() local
H A DMipsSEISelLowering.cpp504 unsigned Log2 = Log2IfPositive; in performANDCombine() local
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_dense_map.h684 unsigned Log2 = MostSignificantSetBitIndex(GetPageSizeCached() / Size); in allocateBuckets() local
H A Dsanitizer_common.h459 inline uptr Log2(uptr x) { in Log2() function
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp741 IntrinsicInst *Log2 = nullptr; in visitFMul() local
753 Value *Log2 = Builder.CreateUnaryIntrinsic(Intrinsic::log2, X, &I); in visitFMul() local
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1946 int Log2 = DemandedBits.exactLogBase2(); in SimplifyDemandedBits() local
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp3869 uint64_t Log2 = Log2_64(Val); in LowerOperation() local