Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeIntegerTypes.cpp520 SDValue Ofl = DAG.getNode(ISD::SIGN_EXTEND_INREG, dl, NVT, Res, in PromoteIntRes_SADDSUBO() local
523 Ofl = DAG.getSetCC(dl, N->getValueType(1), Ofl, Res, ISD::SETNE); in PromoteIntRes_SADDSUBO()
526 ReplaceValueWith(SDValue(N, 1), Ofl); in PromoteIntRes_SADDSUBO()
696 SDValue Ofl = DAG.getZeroExtendInReg(Res, dl, OVT); in PromoteIntRes_UADDSUBO() local
698 Ofl = DAG.getSetCC(dl, N->getValueType(1), Ofl, Res, ISD::SETNE); in PromoteIntRes_UADDSUBO()
701 ReplaceValueWith(SDValue(N, 1), Ofl); in PromoteIntRes_UADDSUBO()
2313 SDValue Ofl = DAG.getSetCC(dl, N->getValueType(1), Sum, LHS, in ExpandIntRes_UADDSUBO() local
2318 ReplaceValueWith(SDValue(N, 1), Ofl); in ExpandIntRes_UADDSUBO()
2400 SDValue Ofl = DAG.getSetCC(dl, N->getValueType(1), Temp2, in ExpandIntRes_XMULO() local
2404 ReplaceValueWith(SDValue(N, 1), Ofl); in ExpandIntRes_XMULO()