Searched refs:BuildLogBase2 (Results 1 – 1 of 1) sorted by relevance
451 SDValue BuildLogBase2(SDValue V, const SDLoc &DL);2978 SDValue LogBase2 = BuildLogBase2(N1, DL); in visitMUL()3422 SDValue LogBase2 = BuildLogBase2(N1, DL); in visitUDIVLike()3436 SDValue LogBase2 = BuildLogBase2(N10, DL); in visitUDIVLike()3617 SDValue LogBase2 = BuildLogBase2(N1, DL); in visitMULHU()18793 SDValue DAGCombiner::BuildLogBase2(SDValue V, const SDLoc &DL) { in BuildLogBase2() function in DAGCombiner