Searched refs:HHLT (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeIntegerTypes.cpp | 4647 SDValue HHLT = DAG.getSetCC(dl, BoolNVT, ResultHH, NVTNeg1, ISD::SETLT); in ExpandIntRes_MULFIX() local 4650 SatMin = DAG.getNode(ISD::OR, dl, BoolNVT, HHLT, in ExpandIntRes_MULFIX() 4660 SDValue HHLT = DAG.getSetCC(dl, BoolNVT, ResultHH, NVTNeg1, ISD::SETLT); in ExpandIntRes_MULFIX() local 4663 SatMin = DAG.getNode(ISD::OR, dl, BoolNVT, HHLT, in ExpandIntRes_MULFIX()
|