Searched refs:NPQ (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp4922 SDValue NPQ = DAG.getNode(ISD::SUB, dl, VT, N0, Q); local
4923 Created.push_back(NPQ.getNode());
4925 // For vectors we might have a mix of non-NPQ/NPQ paths, so use
4926 // MULHU to act as a SRL-by-1 for NPQ, else multiply by zero.
4928 NPQ = GetMULHU(NPQ, NPQFactor);
4930 NPQ = DAG.getNode(ISD::SRL, dl, VT, NPQ, DAG.getConstant(1, dl, ShVT));
4932 Created.push_back(NPQ
[all...]

Completed in 145 milliseconds