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.cpp7501 EVT OverflowVT = MVT::i1; in visitIntrinsicCall() local
7503 OverflowVT = EVT::getVectorVT( in visitIntrinsicCall()
7504 *Context, OverflowVT, ResultVT.getVectorElementCount()); in visitIntrinsicCall()
7506 SDVTList VTs = DAG.getVTList(ResultVT, OverflowVT); in visitIntrinsicCall()