Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp931 bool DoFold) { in takeLog2() argument
932 auto IfFold = [DoFold](function_ref<Value *()> Fn) { in takeLog2()
933 if (!DoFold) in takeLog2()
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()