Searched refs:ProdNeg (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeIntegerTypes.cpp | 3430 SDValue ProdNeg = DAG.getSetCC(dl, BoolVT, Product, Zero, ISD::SETLT); in ExpandIntRes_MULFIX() local 3431 Result = DAG.getSelect(dl, VT, ProdNeg, SatMax, SatMin); in ExpandIntRes_MULFIX()
|
H A D | TargetLowering.cpp | 8111 SDValue ProdNeg = DAG.getSetCC(dl, BoolVT, Product, Zero, ISD::SETLT); in expandFixedPointMul() local 8112 Result = DAG.getSelect(dl, VT, ProdNeg, SatMax, SatMin); in expandFixedPointMul()
|