Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp3806 unsigned MULHOpcode = in ExpandNode() local
3809 if (TLI.isOperationLegalOrCustom(MULHOpcode, VT)) { in ExpandNode()
3811 Results.push_back(DAG.getNode(MULHOpcode, dl, VT, LHS, RHS)); in ExpandNode()