Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp573 SDValue BuildLogBase2(SDValue V, const SDLoc &DL);
3810 SDValue LogBase2 = BuildLogBase2(N1, DL); in visitMUL()
4320 SDValue LogBase2 = BuildLogBase2(N1, DL); in visitUDIVLike()
4334 SDValue LogBase2 = BuildLogBase2(N10, DL); in visitUDIVLike()
4515 SDValue LogBase2 = BuildLogBase2(N1, DL); in visitMULHU()
22509 SDValue DAGCombiner::BuildLogBase2(SDValue V, const SDLoc &DL) { in BuildLogBase2() function in DAGCombiner