Home
last modified time | relevance | path

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

/external/llvm/unittests/ADT/
DAPIntTest.cpp641 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()
/external/llvm/lib/Target/Mips/
DMipsSEISelDAGToDAG.cpp599 int32_t Log2 = ImmValue.exactLogBase2(); in selectVSplatUimmPow2()
684 int32_t Log2 = (~ImmValue).exactLogBase2(); in selectVSplatUimmInvPow2()
DMipsSEISelLowering.cpp569 int32_t Log2IfPositive = (Mask->getAPIntValue() + 1).exactLogBase2(); in performANDCombine()
/external/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp988 int32_t logScale = Scale.exactLogBase2(); in Descale()
1090 assert(SmallScale.exactLogBase2() == logScale); in Descale()
1116 assert(Scale.exactLogBase2() == logScale); in Descale()
DInstCombineMulDivRem.cpp1127 RHS->getValue().exactLogBase2()); in visitSDiv()
/external/llvm/include/llvm/ADT/
DAPInt.h1552 int32_t exactLogBase2() const { in exactLogBase2() function
/external/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp779 int Log2 = NewMask.exactLogBase2(); in SimplifyDemandedBits()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp22197 (SplatValue + 1).exactLogBase2() != (int)SrcSize) in VectorZextCombine()