Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp6828 EVT OverflowVT = MVT::i1; in visitIntrinsicCall() local
6830 OverflowVT = EVT::getVectorVT( in visitIntrinsicCall()
6831 *Context, OverflowVT, ResultVT.getVectorElementCount()); in visitIntrinsicCall()
6833 SDVTList VTs = DAG.getVTList(ResultVT, OverflowVT); in visitIntrinsicCall()