Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp3441 EVT OvfVT = getSetCCResultType(NVT); in ExpandIntRes_ADDSUB() local
3442 SDVTList VTList = DAG.getVTList(NVT, OvfVT); in ExpandIntRes_ADDSUB()
3457 OVF = DAG.getNode(ISD::AND, dl, OvfVT, DAG.getConstant(1, dl, OvfVT), OVF); in ExpandIntRes_ADDSUB()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp28826 EVT OvfVT = Op->getValueType(1); in LowerMULO() local
28839 std::tie(LoOvfVT, HiOvfVT) = DAG.GetSplitDestVTs(OvfVT); in LowerMULO()
28849 SDValue Ovf = DAG.getNode(ISD::CONCAT_VECTORS, dl, OvfVT, Lo.getValue(1), in LowerMULO()
28873 if (OvfVT.getVectorElementType() == MVT::i1 && in LowerMULO()
28883 SetccVT = OvfVT; in LowerMULO()
28901 if (OvfVT.getVectorElementType() == MVT::i1 && in LowerMULO()
28904 SetccVT = OvfVT; in LowerMULO()
28919 Ovf = DAG.getSExtOrTrunc(Ovf, dl, OvfVT); in LowerMULO()
28940 Ovf = DAG.getSExtOrTrunc(Ovf, dl, OvfVT); in LowerMULO()