Searched refs:exactLogBase2 (Results 1 – 9 of 9) sorted by relevance
689 int32_t Log2 = ImmValue.exactLogBase2(); in selectVSplatUimmPow2()776 int32_t Log2 = (~ImmValue).exactLogBase2(); in selectVSplatUimmInvPow2()
499 int32_t Log2IfPositive = (Mask->getAPIntValue() + 1).exactLogBase2(); in performANDCombine()
100 int32_t Bits = (*M + 1).exactLogBase2(); in lookThroughAnd()
1168 int32_t logScale = Scale.exactLogBase2(); in Descale()1268 assert(SmallScale.exactLogBase2() == logScale); in Descale()1294 assert(Scale.exactLogBase2() == logScale); in Descale()
984 Value *ShAmt = ConstantInt::get(Op1->getType(), Op1C->exactLogBase2()); in visitSDiv()
1748 int32_t ExactLogBase2 = C2->exactLogBase2(); in foldICmpAndConstant()
1788 int32_t exactLogBase2() const { in exactLogBase2() function
1015 int Log2 = DemandedBits.exactLogBase2(); in SimplifyDemandedBits()
9211 return IntVal.exactLogBase2(); in getConstantFPSplatPow2ToLog2Int()