Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp266 EVT OvVT = N->getValueType(1); in ScalarizeVecRes_OverflowOp() local
281 ResVT.getVectorElementType(), OvVT.getVectorElementType()); in ScalarizeVecRes_OverflowOp()
1668 EVT OvVT = N->getValueType(1); in SplitVecRes_OverflowOp() local
1671 std::tie(LoOvVT, HiOvVT) = DAG.GetSplitDestVTs(OvVT); in SplitVecRes_OverflowOp()
4474 EVT OvVT = N->getValueType(1); in WidenVecRes_OverflowOp() local
4482 *DAG.getContext(), OvVT.getVectorElementType(), in WidenVecRes_OverflowOp()
4488 WideOvVT = TLI.getTypeToTransformTo(*DAG.getContext(), OvVT); in WidenVecRes_OverflowOp()
H A DSelectionDAG.cpp11473 EVT OvVT = N->getValueType(1); in UnrollVectorOverflowOp() local
11475 EVT OvEltVT = OvVT.getVectorElementType(); in UnrollVectorOverflowOp()