Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp973 if (Value *LogY = takeLog2(Builder, SI->getOperand(2), Depth, DoFold)) in takeLog2() local
975 return Builder.CreateSelect(SI->getOperand(0), LogX, LogY); in takeLog2()
983 if (Value *LogY = takeLog2(Builder, MinMax->getRHS(), Depth, DoFold)) in takeLog2() local
986 MinMax->getIntrinsicID(), LogX, LogY); in takeLog2()