Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp4702 if (SDValue LogBase2 = BuildLogBase2(N1, DL)) { in visitMUL() local
4704 SDValue Trunc = DAG.getZExtOrTrunc(LogBase2, DL, ShiftVT); in visitMUL()
5258 if (SDValue LogBase2 = BuildLogBase2(N1, DL)) { in visitUDIVLike() local
5259 AddToWorklist(LogBase2.getNode()); in visitUDIVLike()
5262 SDValue Trunc = DAG.getZExtOrTrunc(LogBase2, DL, ShiftVT); in visitUDIVLike()
5272 if (SDValue LogBase2 = BuildLogBase2(N10, DL)) { in visitUDIVLike() local
5273 AddToWorklist(LogBase2.getNode()); in visitUDIVLike()
5276 SDValue Trunc = DAG.getZExtOrTrunc(LogBase2, DL, ADDVT); in visitUDIVLike()
5499 if (SDValue LogBase2 = BuildLogBase2(N1, DL)) { in visitMULHU() local
5502 ISD::SUB, DL, VT, DAG.getConstant(NumEltBits, DL, VT), LogBase2); in visitMULHU()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp5826 auto LogBase2 = buildLogBase2(RHS, Builder); in applyUMulHToLShr() local
5828 Builder.buildSub(Ty, Builder.buildConstant(Ty, NumEltBits), LogBase2); in applyUMulHToLShr()