Searched refs:BuildLogBase2 (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 638 SDValue BuildLogBase2(SDValue V, const SDLoc &DL, 4372 if (SDValue LogBase2 = BuildLogBase2(N1, DL)) { in visitMUL() 4914 if (SDValue LogBase2 = BuildLogBase2(N1, DL)) { in visitUDIVLike() 4928 if (SDValue LogBase2 = BuildLogBase2(N10, DL)) { in visitUDIVLike() 5155 if (SDValue LogBase2 = BuildLogBase2(N1, DL)) { in visitMULHU() 16924 SDValue Log2 = BuildLogBase2(Pow2Op, DL, DAG.isKnownNeverZero(Pow2Op), in combineFMulOrFDivWithIntPow2() 28030 SDValue DAGCombiner::BuildLogBase2(SDValue V, const SDLoc &DL, in BuildLogBase2() function in DAGCombiner
|