Home
last modified time | relevance | path

Searched defs:LogBase2 (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp3810 SDValue LogBase2 = BuildLogBase2(N1, DL); in visitMUL() local
4320 SDValue LogBase2 = BuildLogBase2(N1, DL); in visitUDIVLike() local
4334 SDValue LogBase2 = BuildLogBase2(N10, DL); in visitUDIVLike() local
4515 SDValue LogBase2 = BuildLogBase2(N1, DL); in visitMULHU() local
22513 SDValue LogBase2 = DAG.getNode(ISD::SUB, DL, VT, Base, Ctlz); in BuildLogBase2() local