Home
last modified time | relevance | path

Searched refs:takeLog2 (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp1528 Value *InstCombinerImpl::takeLog2(Value *Op, unsigned Depth, bool AssumeNonZero, in takeLog2() function in InstCombinerImpl
1555 if (Value *LogX = takeLog2(X, Depth, AssumeNonZero, DoFold)) in takeLog2()
1563 if (Value *LogX = takeLog2(X, Depth, AssumeNonZero, DoFold)) in takeLog2()
1576 if (Value *LogX = takeLog2(X, Depth, AssumeNonZero, DoFold)) in takeLog2()
1585 if (Value *LogX = takeLog2(X, Depth, AssumeNonZero, DoFold)) in takeLog2()
1592 if (Value *LogX = takeLog2(X, Depth, AssumeNonZero, DoFold)) in takeLog2()
1594 if (Value *LogY = takeLog2(Y, Depth, AssumeNonZero, DoFold)) in takeLog2()
1601 if (Value *LogX = takeLog2(SI->getOperand(1), Depth, AssumeNonZero, DoFold)) in takeLog2()
1603 takeLog2(SI->getOperand(2), Depth, AssumeNonZero, DoFold)) in takeLog2()
1614 if (Value *LogX = takeLog2(MinMax->getLHS(), Depth, in takeLog2()
[all …]
H A DInstCombineInternal.h835 Value *takeLog2(Value *Op, unsigned Depth, bool AssumeNonZero, bool DoFold);
838 if (takeLog2(Op, /*Depth=*/0, AssumeNonZero, /*DoFold=*/false)) in tryGetLog2()
839 return takeLog2(Op, /*Depth=*/0, AssumeNonZero, /*DoFold=*/true); in tryGetLog2()