Searched defs:LogY (Results 1 – 2 of 2) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineMulDivRem.cpp | 1309 if (Value *LogY = takeLog2(Builder, SI->getOperand(2), Depth, takeLog2() local 1323 if (Value *LogY = takeLog2(Builder, MinMax->getRHS(), Depth, takeLog2() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 27611 if (SDValue LogY = takeInexpensiveLog2(DAG, DL, VT, Op.getOperand(2), takeInexpensiveLog2() local 27625 if (SDValue LogY = takeInexpensiveLog2() local [all...] |