Searched defs:Log2 (Results 1 – 9 of 9) sorted by relevance
208 inline unsigned Log2(Align A) { return A.ShiftValue; } in Log2() function
275 auto Log2 = Log(A); in CollectFeatures() local
637 int32_t Log2 = ImmValue.exactLogBase2(); in selectVSplatUimmPow2() local724 int32_t Log2 = (~ImmValue).exactLogBase2(); in selectVSplatUimmInvPow2() local
504 unsigned Log2 = Log2IfPositive; in performANDCombine() local
684 unsigned Log2 = MostSignificantSetBitIndex(GetPageSizeCached() / Size); in allocateBuckets() local
459 inline uptr Log2(uptr x) { in Log2() function
741 IntrinsicInst *Log2 = nullptr; in visitFMul() local753 Value *Log2 = Builder.CreateUnaryIntrinsic(Intrinsic::log2, X, &I); in visitFMul() local
1946 int Log2 = DemandedBits.exactLogBase2(); in SimplifyDemandedBits() local
3869 uint64_t Log2 = Log2_64(Val); in LowerOperation() local