Searched refs:exactLogBase2 (Results 1 – 11 of 11) sorted by relevance
637 int32_t Log2 = ImmValue.exactLogBase2(); in selectVSplatUimmPow2()724 int32_t Log2 = (~ImmValue).exactLogBase2(); in selectVSplatUimmInvPow2()
503 int32_t Log2IfPositive = (Mask->getAPIntValue() + 1).exactLogBase2(); in performANDCombine()
1547 int32_t exactLogBase2() const { in exactLogBase2() function
98 int32_t Bits = (*M + 1).exactLogBase2(); in lookThroughAnd()
1240 int32_t logScale = Scale.exactLogBase2(); in Descale()1340 assert(SmallScale.exactLogBase2() == logScale); in Descale()1366 assert(Scale.exactLogBase2() == logScale); in Descale()
1076 Value *ShAmt = ConstantInt::get(Op1->getType(), Op1C->exactLogBase2()); in visitSDiv()
1863 int32_t ExactLogBase2 = C2->exactLogBase2(); in foldICmpAndConstant()
1845 int32_t exactLogBase2() const { in exactLogBase2() function
1525 int Log2 = DemandedBits.exactLogBase2(); in SimplifyDemandedBits()
9649 return IntVal.exactLogBase2(); in getConstantFPSplatPow2ToLog2Int()
8468 SDValue ShAmtC = DAG.getConstant(C1Val.exactLogBase2(), DL, VT); in foldSelectOfConstants()8853 SDValue ShAmtC = DAG.getConstant(Pow2C.exactLogBase2(), DL, VT); in foldVSelectOfConstants()