Searched refs:exactLogBase2 (Results 1 – 8 of 8) sorted by relevance
641 EXPECT_EQ(APInt(15, 7).exactLogBase2(), -1); in TEST()644 EXPECT_EQ(APInt(15, 8).exactLogBase2(), 3); in TEST()647 EXPECT_EQ(APInt(15, 9).exactLogBase2(), -1); in TEST()
599 int32_t Log2 = ImmValue.exactLogBase2(); in selectVSplatUimmPow2()684 int32_t Log2 = (~ImmValue).exactLogBase2(); in selectVSplatUimmInvPow2()
569 int32_t Log2IfPositive = (Mask->getAPIntValue() + 1).exactLogBase2(); in performANDCombine()
988 int32_t logScale = Scale.exactLogBase2(); in Descale()1090 assert(SmallScale.exactLogBase2() == logScale); in Descale()1116 assert(Scale.exactLogBase2() == logScale); in Descale()
1127 RHS->getValue().exactLogBase2()); in visitSDiv()
1552 int32_t exactLogBase2() const { in exactLogBase2() function
779 int Log2 = NewMask.exactLogBase2(); in SimplifyDemandedBits()
22197 (SplatValue + 1).exactLogBase2() != (int)SrcSize) in VectorZextCombine()