Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp7559 EVT OverflowVT = MVT::i1; in visitIntrinsicCall() local
7561 OverflowVT = EVT::getVectorVT( in visitIntrinsicCall()
7562 *Context, OverflowVT, ResultVT.getVectorElementCount()); in visitIntrinsicCall()
7564 SDVTList VTs = DAG.getVTList(ResultVT, OverflowVT); in visitIntrinsicCall()