Searched refs:LogBase2 (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 4418 if (SDValue LogBase2 = BuildLogBase2(N1, DL)) { in visitMUL() local 4420 SDValue Trunc = DAG.getZExtOrTrunc(LogBase2, DL, ShiftVT); in visitMUL() 4945 if (SDValue LogBase2 = BuildLogBase2(N1, DL)) { in visitUDIVLike() local 4946 AddToWorklist(LogBase2.getNode()); in visitUDIVLike() 4949 SDValue Trunc = DAG.getZExtOrTrunc(LogBase2, DL, ShiftVT); in visitUDIVLike() 4959 if (SDValue LogBase2 = BuildLogBase2(N10, DL)) { in visitUDIVLike() local 4960 AddToWorklist(LogBase2.getNode()); in visitUDIVLike() 4963 SDValue Trunc = DAG.getZExtOrTrunc(LogBase2, DL, ADDVT); in visitUDIVLike() 5187 if (SDValue LogBase2 = BuildLogBase2(N1, DL)) { in visitMULHU() local 27647 SDValue LogBase2 = DAG.getNode(ISD::SUB, DL, VT, Base, Ctlz); in BuildLogBase2() local [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | CombinerHelper.cpp | 5306 auto LogBase2 = buildLogBase2(RHS, Builder); in applyUMulHToLShr() local 5308 Builder.buildSub(Ty, Builder.buildConstant(Ty, NumEltBits), LogBase2); in applyUMulHToLShr()
|