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.cpp3638 EVT OvfVT = getSetCCResultType(NVT); in ExpandIntRes_ADDSUB() local
3639 SDVTList VTList = DAG.getVTList(NVT, OvfVT); in ExpandIntRes_ADDSUB()
3654 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.cpp29890 EVT OvfVT = Op->getValueType(1); in LowerMULO() local
29903 std::tie(LoOvfVT, HiOvfVT) = DAG.GetSplitDestVTs(OvfVT); in LowerMULO()
29913 SDValue Ovf = DAG.getNode(ISD::CONCAT_VECTORS, dl, OvfVT, Lo.getValue(1), in LowerMULO()
29937 if (OvfVT.getVectorElementType() == MVT::i1 && in LowerMULO()
29947 SetccVT = OvfVT; in LowerMULO()
29965 if (OvfVT.getVectorElementType() == MVT::i1 && in LowerMULO()
29968 SetccVT = OvfVT; in LowerMULO()
29983 Ovf = DAG.getSExtOrTrunc(Ovf, dl, OvfVT); in LowerMULO()
30004 Ovf = DAG.getSExtOrTrunc(Ovf, dl, OvfVT); in LowerMULO()