Searched refs:LogBase2 (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 2978 SDValue LogBase2 = BuildLogBase2(N1, DL); in visitMUL() local 2980 SDValue Trunc = DAG.getZExtOrTrunc(LogBase2, DL, ShiftVT); in visitMUL() 3422 SDValue LogBase2 = BuildLogBase2(N1, DL); in visitUDIVLike() local 3423 AddToWorklist(LogBase2.getNode()); in visitUDIVLike() 3426 SDValue Trunc = DAG.getZExtOrTrunc(LogBase2, DL, ShiftVT); in visitUDIVLike() 3436 SDValue LogBase2 = BuildLogBase2(N10, DL); in visitUDIVLike() local 3437 AddToWorklist(LogBase2.getNode()); in visitUDIVLike() 3440 SDValue Trunc = DAG.getZExtOrTrunc(LogBase2, DL, ADDVT); in visitUDIVLike() 3617 SDValue LogBase2 = BuildLogBase2(N1, DL); in visitMULHU() local 18798 SDValue LogBase2 = DAG.getNode(ISD::SUB, DL, VT, Base, Ctlz); in BuildLogBase2() local [all …]
|