Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeIntegerTypes.cpp551 SDValue Ofl = DAG.getNode(ISD::SIGN_EXTEND_INREG, dl, NVT, Res, in PromoteIntRes_SADDSUBO() local
554 Ofl = DAG.getSetCC(dl, N->getValueType(1), Ofl, Res, ISD::SETNE); in PromoteIntRes_SADDSUBO()
557 ReplaceValueWith(SDValue(N, 1), Ofl); in PromoteIntRes_SADDSUBO()
744 SDValue Ofl = DAG.getZeroExtendInReg(Res, dl, OVT); in PromoteIntRes_UADDSUBO() local
746 Ofl = DAG.getSetCC(dl, N->getValueType(1), Ofl, Res, ISD::SETNE); in PromoteIntRes_UADDSUBO()
749 ReplaceValueWith(SDValue(N, 1), Ofl); in PromoteIntRes_UADDSUBO()
2443 SDValue Ofl = DAG.getSetCC(dl, N->getValueType(1), Sum, LHS, in ExpandIntRes_UADDSUBO() local
2448 ReplaceValueWith(SDValue(N, 1), Ofl); in ExpandIntRes_UADDSUBO()
2530 SDValue Ofl = DAG.getSetCC(dl, N->getValueType(1), Temp2, in ExpandIntRes_XMULO() local
2534 ReplaceValueWith(SDValue(N, 1), Ofl); in ExpandIntRes_XMULO()