Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp4418 if (SDValue LogBase2 = BuildLogBase2(N1, DL)) { visitMUL() local
4945 if (SDValue LogBase2 = BuildLogBase2(N1, DL)) { visitUDIVLike() local
4959 if (SDValue LogBase2 = BuildLogBase2(N10, DL)) { visitUDIVLike() local
5187 if (SDValue LogBase2 = BuildLogBase2(N1, DL)) { visitMULHU() local
27647 SDValue LogBase2 = DAG.getNode(ISD::SUB, DL, VT, Base, Ctlz); BuildLogBase2() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp5306 auto LogBase2 = buildLogBase2(RHS, Builder); applyUMulHToLShr() local