Searched refs:LogY (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineMulDivRem.cpp | 1309 if (Value *LogY = takeLog2(Builder, SI->getOperand(2), Depth, in takeLog2() local 1312 return Builder.CreateSelect(SI->getOperand(0), LogX, LogY); in takeLog2() 1323 if (Value *LogY = takeLog2(Builder, MinMax->getRHS(), Depth, in takeLog2() local 1327 LogY); in takeLog2()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 27611 if (SDValue LogY = takeInexpensiveLog2(DAG, DL, VT, Op.getOperand(2), in takeInexpensiveLog2() local 27613 return DAG.getSelect(DL, VT, Op.getOperand(0), LogX, LogY); in takeInexpensiveLog2() 27625 if (SDValue LogY = in takeInexpensiveLog2() local 27628 return DAG.getNode(Op.getOpcode(), DL, VT, LogX, LogY); in takeInexpensiveLog2()
|