Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp577 SDValue BuildLogBase2(SDValue V, const SDLoc &DL);
4006 SDValue LogBase2 = BuildLogBase2(N1, DL); in visitMUL()
4511 SDValue LogBase2 = BuildLogBase2(N1, DL); in visitUDIVLike()
4525 SDValue LogBase2 = BuildLogBase2(N10, DL); in visitUDIVLike()
4752 SDValue LogBase2 = BuildLogBase2(N1, DL); in visitMULHU()
24365 SDValue DAGCombiner::BuildLogBase2(SDValue V, const SDLoc &DL) { in BuildLogBase2() function in DAGCombiner