Home
last modified time | relevance | path

Searched defs: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
4914 if (SDValue LogBase2 = BuildLogBase2(N1, DL)) { in visitUDIVLike() local
4928 if (SDValue LogBase2 = BuildLogBase2(N10, DL)) { in visitUDIVLike() local
5155 if (SDValue LogBase2 = BuildLogBase2(N1, DL)) { in visitMULHU() local
28041 SDValue LogBase2 = DAG.getNode(ISD::SUB, DL, VT, Base, Ctlz); in BuildLogBase2() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp5590 auto LogBase2 = buildLogBase2(RHS, Builder); in applyUMulHToLShr() local