Searched refs:BuildLogBase2 (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 631 SDValue BuildLogBase2(SDValue V, const SDLoc &DL, 4418 if (SDValue LogBase2 = BuildLogBase2(N1, DL)) { in visitMUL() 4945 if (SDValue LogBase2 = BuildLogBase2(N1, DL)) { in visitUDIVLike() 4959 if (SDValue LogBase2 = BuildLogBase2(N10, DL)) { in visitUDIVLike() 5187 if (SDValue LogBase2 = BuildLogBase2(N1, DL)) { in visitMULHU() 16622 SDValue Log2 = BuildLogBase2(Pow2Op, DL, DAG.isKnownNeverZero(Pow2Op), in combineFMulOrFDivWithIntPow2() 27636 SDValue DAGCombiner::BuildLogBase2(SDValue V, const SDLoc &DL, in BuildLogBase2() function in DAGCombiner
|