Home
last modified time | relevance | path

Searched refs:BuildLogBase2 (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp646 SDValue BuildLogBase2(SDValue V, const SDLoc &DL,
4702 if (SDValue LogBase2 = BuildLogBase2(N1, DL)) { in visitMUL()
5258 if (SDValue LogBase2 = BuildLogBase2(N1, DL)) { in visitUDIVLike()
5272 if (SDValue LogBase2 = BuildLogBase2(N10, DL)) { in visitUDIVLike()
5499 if (SDValue LogBase2 = BuildLogBase2(N1, DL)) { in visitMULHU()
17922 SDValue Log2 = BuildLogBase2(Pow2Op, DL, DAG.isKnownNeverZero(Pow2Op), in combineFMulOrFDivWithIntPow2()
29159 SDValue DAGCombiner::BuildLogBase2(SDValue V, const SDLoc &DL, in BuildLogBase2() function in DAGCombiner