Searched refs:NPQ (Results 1 – 1 of 1) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | TargetLowering.cpp | 5378 SDValue NPQ = DAG.getNode(ISD::SUB, dl, VT, N0, Q); in BuildUDIV() local 5379 Created.push_back(NPQ.getNode()); in BuildUDIV() 5384 NPQ = GetMULHU(NPQ, NPQFactor); in BuildUDIV() 5386 NPQ = DAG.getNode(ISD::SRL, dl, VT, NPQ, DAG.getConstant(1, dl, ShVT)); in BuildUDIV() 5388 Created.push_back(NPQ.getNode()); in BuildUDIV() 5390 Q = DAG.getNode(ISD::ADD, dl, VT, NPQ, Q); in BuildUDIV()
|