Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp3430 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 DTargetLowering.cpp8111 SDValue ProdNeg = DAG.getSetCC(dl, BoolVT, Product, Zero, ISD::SETLT); in expandFixedPointMul() local
8112 Result = DAG.getSelect(dl, VT, ProdNeg, SatMax, SatMin); in expandFixedPointMul()