Searched defs:Log2 (Results 1 – 11 of 11) sorted by relevance
26 static int32_t Log2(int32_t a) { in Log2() function
207 TEST(Ieee754, Log2) { in TEST() argument
607 int32_t Log2 = ImmValue.exactLogBase2(); in selectVSplatUimmPow2() local694 int32_t Log2 = (~ImmValue).exactLogBase2(); in selectVSplatUimmInvPow2() local
577 unsigned Log2 = Log2IfPositive; in performANDCombine() local
405 static void detectLog2OfHalf(Value *&Op, Value *&Y, IntrinsicInst *&Log2) { in detectLog2OfHalf()626 IntrinsicInst *Log2; in visitFMul() local
90 static void Log2(const char* msg, const Logger& a, const Logger& b) { in Log2() function in rtc::__anon079aa6a10111::Logger
444 INLINE uptr Log2(uptr x) { in Log2() function
714 TEST(APIntTest, Log2) { in TEST() argument
807 int Log2 = NewMask.exactLogBase2(); in SimplifyDemandedBits() local
2126 class Log2 : public LogFunc { public: Log2 (void) : LogFunc("log2", deLog2) {} }; in Log2() class
2147 class Log2 : public LogFunc { public: Log2 (void) : LogFunc("log2", deLog2) {} }; in Log2() class