Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp1196 SDValue Ofl = DAG.getNode(ISD::SIGN_EXTEND_INREG, dl, NVT, Res, in PromoteIntRes_SADDSUBO() local
1199 Ofl = DAG.getSetCC(dl, N->getValueType(1), Ofl, Res, ISD::SETNE); in PromoteIntRes_SADDSUBO()
1202 ReplaceValueWith(SDValue(N, 1), Ofl); in PromoteIntRes_SADDSUBO()
1579 SDValue Ofl = DAG.getZeroExtendInReg(Res, dl, OVT); in PromoteIntRes_UADDSUBO() local
1581 Ofl = DAG.getSetCC(dl, N->getValueType(1), Ofl, Res, ISD::SETNE); in PromoteIntRes_UADDSUBO()
1584 ReplaceValueWith(SDValue(N, 1), Ofl); in PromoteIntRes_UADDSUBO()
4874 SDValue Ofl = DAG.getSetCC(dl, N->getValueType(1), Temp2, in ExpandIntRes_XMULO() local
4878 ReplaceValueWith(SDValue(N, 1), Ofl); in ExpandIntRes_XMULO()