Home
last modified time | relevance | path

Searched defs:Log2 (Results 1 – 5 of 5) sorted by relevance

/minix/external/bsd/llvm/dist/llvm/lib/Target/Mips/
H A DMipsSEISelDAGToDAG.cpp555 int32_t Log2 = ImmValue.exactLogBase2(); in selectVSplatUimmPow2() local
640 int32_t Log2 = (~ImmValue).exactLogBase2(); in selectVSplatUimmInvPow2() local
H A DMipsSEISelLowering.cpp577 unsigned Log2 = Log2IfPositive; in performANDCombine() local
/minix/external/bsd/llvm/dist/llvm/unittests/ADT/
H A DAPIntTest.cpp438 TEST(APIntTest, Log2) { in TEST() argument
/minix/external/bsd/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp394 static void detectLog2OfHalf(Value *&Op, Value *&Y, IntrinsicInst *&Log2) { in detectLog2OfHalf()
615 IntrinsicInst *Log2; in visitFMul() local
/minix/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp777 int Log2 = NewMask.exactLogBase2(); in SimplifyDemandedBits() local