Home
last modified time | relevance | path

Searched refs:exactLogBase2 (Results 1 – 9 of 9) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Target/Mips/
H A DMipsSEISelDAGToDAG.cpp689 int32_t Log2 = ImmValue.exactLogBase2(); in selectVSplatUimmPow2()
776 int32_t Log2 = (~ImmValue).exactLogBase2(); in selectVSplatUimmInvPow2()
H A DMipsSEISelLowering.cpp499 int32_t Log2IfPositive = (Mask->getAPIntValue() + 1).exactLogBase2(); in performANDCombine()
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DIVDescriptors.cpp100 int32_t Bits = (*M + 1).exactLogBase2(); in lookThroughAnd()
/freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp1168 int32_t logScale = Scale.exactLogBase2(); in Descale()
1268 assert(SmallScale.exactLogBase2() == logScale); in Descale()
1294 assert(Scale.exactLogBase2() == logScale); in Descale()
H A DInstCombineMulDivRem.cpp984 Value *ShAmt = ConstantInt::get(Op1->getType(), Op1C->exactLogBase2()); in visitSDiv()
H A DInstCombineCompares.cpp1748 int32_t ExactLogBase2 = C2->exactLogBase2(); in foldICmpAndConstant()
/freebsd-12.1/contrib/llvm/include/llvm/ADT/
H A DAPInt.h1788 int32_t exactLogBase2() const { in exactLogBase2() function
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1015 int Log2 = DemandedBits.exactLogBase2(); in SimplifyDemandedBits()
H A DSelectionDAG.cpp9211 return IntVal.exactLogBase2(); in getConstantFPSplatPow2ToLog2Int()