Searched refs:LogY (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineMulDivRem.cpp | 1445 if (Value *LogY = takeLog2(Builder, SI->getOperand(2), Depth, in takeLog2() local 1448 return Builder.CreateSelect(SI->getOperand(0), LogX, LogY); in takeLog2() 1459 if (Value *LogY = takeLog2(Builder, MinMax->getRHS(), Depth, in takeLog2() local 1463 LogY); in takeLog2()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 28005 if (SDValue LogY = takeInexpensiveLog2(DAG, DL, VT, Op.getOperand(2), in takeInexpensiveLog2() local 28007 return DAG.getSelect(DL, VT, Op.getOperand(0), LogX, LogY); in takeInexpensiveLog2() 28019 if (SDValue LogY = in takeInexpensiveLog2() local 28022 return DAG.getNode(Op.getOpcode(), DL, VT, LogX, LogY); in takeInexpensiveLog2()
|