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.cpp4372 if (SDValue LogBase2 = BuildLogBase2(N1, DL)) { in visitMUL() local
4374 SDValue Trunc = DAG.getZExtOrTrunc(LogBase2, DL, ShiftVT); in visitMUL()
4914 if (SDValue LogBase2 = BuildLogBase2(N1, DL)) { in visitUDIVLike() local
4915 AddToWorklist(LogBase2.getNode()); in visitUDIVLike()
4918 SDValue Trunc = DAG.getZExtOrTrunc(LogBase2, DL, ShiftVT); in visitUDIVLike()
4928 if (SDValue LogBase2 = BuildLogBase2(N10, DL)) { in visitUDIVLike() local
4929 AddToWorklist(LogBase2.getNode()); in visitUDIVLike()
4932 SDValue Trunc = DAG.getZExtOrTrunc(LogBase2, DL, ADDVT); in visitUDIVLike()
5155 if (SDValue LogBase2 = BuildLogBase2(N1, DL)) { in visitMULHU() local
5158 ISD::SUB, DL, VT, DAG.getConstant(NumEltBits, DL, VT), LogBase2); in visitMULHU()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp5590 auto LogBase2 = buildLogBase2(RHS, Builder); in applyUMulHToLShr() local
5592 Builder.buildSub(Ty, Builder.buildConstant(Ty, NumEltBits), LogBase2); in applyUMulHToLShr()