Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp930 static Value *takeLog2(IRBuilderBase &Builder, Value *Op, unsigned Depth, in takeLog2() function
957 if (Value *LogX = takeLog2(Builder, X, Depth, DoFold)) in takeLog2()
963 if (Value *LogX = takeLog2(Builder, X, Depth, DoFold)) in takeLog2()
972 if (Value *LogX = takeLog2(Builder, SI->getOperand(1), Depth, DoFold)) in takeLog2()
973 if (Value *LogY = takeLog2(Builder, SI->getOperand(2), Depth, DoFold)) in takeLog2()
982 if (Value *LogX = takeLog2(Builder, MinMax->getLHS(), Depth, DoFold)) in takeLog2()
983 if (Value *LogY = takeLog2(Builder, MinMax->getRHS(), Depth, DoFold)) in takeLog2()
1090 if (takeLog2(Builder, Op1, /*Depth*/0, /*DoFold*/false)) { in visitUDiv()
1091 Value *Res = takeLog2(Builder, Op1, /*Depth*/0, /*DoFold*/true); in visitUDiv()