Searched refs:Ofl (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeIntegerTypes.cpp | 1295 SDValue Ofl = DAG.getNode(ISD::SIGN_EXTEND_INREG, dl, NVT, Res, in PromoteIntRes_SADDSUBO() local 1298 Ofl = DAG.getSetCC(dl, N->getValueType(1), Ofl, Res, ISD::SETNE); in PromoteIntRes_SADDSUBO() 1301 ReplaceValueWith(SDValue(N, 1), Ofl); in PromoteIntRes_SADDSUBO() 1722 SDValue Ofl = DAG.getZeroExtendInReg(Res, dl, OVT); in PromoteIntRes_UADDSUBO() local 1724 Ofl = DAG.getSetCC(dl, N->getValueType(1), Ofl, Res, ISD::SETNE); in PromoteIntRes_UADDSUBO() 1727 ReplaceValueWith(SDValue(N, 1), Ofl); in PromoteIntRes_UADDSUBO() 5037 SDValue Ofl = DAG.getSetCC(dl, N->getValueType(1), Temp2, in ExpandIntRes_XMULO() local 5041 ReplaceValueWith(SDValue(N, 1), Ofl); in ExpandIntRes_XMULO()
|