Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DLegalizeIntegerTypes.cpp1029 SDValue Ofl = DAG.getNode(ISD::SIGN_EXTEND_INREG, dl, NVT, Res, in PromoteIntRes_SADDSUBO() local
1032 Ofl = DAG.getSetCC(dl, N->getValueType(1), Ofl, Res, ISD::SETNE); in PromoteIntRes_SADDSUBO()
1035 ReplaceValueWith(SDValue(N, 1), Ofl); in PromoteIntRes_SADDSUBO()
1303 SDValue Ofl = DAG.getZeroExtendInReg(Res, dl, OVT); in PromoteIntRes_UADDSUBO() local
1305 Ofl = DAG.getSetCC(dl, N->getValueType(1), Ofl, Res, ISD::SETNE); in PromoteIntRes_UADDSUBO()
1308 ReplaceValueWith(SDValue(N, 1), Ofl); in PromoteIntRes_UADDSUBO()
4081 SDValue Ofl = DAG.getSetCC(dl, N->getValueType(1), Temp2, in ExpandIntRes_XMULO() local
4085 ReplaceValueWith(SDValue(N, 1), Ofl); in ExpandIntRes_XMULO()