Searched refs:LogY (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineMulDivRem.cpp | 1594 if (Value *LogY = takeLog2(Y, Depth, AssumeNonZero, DoFold)) in takeLog2() local 1595 return IfFold([&]() { return LogY; }); in takeLog2() 1602 if (Value *LogY = in takeLog2() local 1605 return Builder.CreateSelect(SI->getOperand(0), LogX, LogY); in takeLog2() 1616 if (Value *LogY = takeLog2(MinMax->getRHS(), Depth, in takeLog2() local 1620 LogY); in takeLog2()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 29134 if (SDValue LogY = takeInexpensiveLog2(DAG, DL, VT, Op.getOperand(2), in takeInexpensiveLog2() local 29136 return DAG.getSelect(DL, VT, Op.getOperand(0), LogX, LogY); in takeInexpensiveLog2() 29148 if (SDValue LogY = in takeInexpensiveLog2() local 29151 return DAG.getNode(Op.getOpcode(), DL, VT, LogX, LogY); in takeInexpensiveLog2()
|