Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp12021 EVT NSVT = N.getValueType().getScalarType(); in isConstOrConstSplat() local
12022 assert(CVT.bitsGE(NSVT) && "Illegal build vector element extension"); in isConstOrConstSplat()
12023 if (AllowTruncation || (CVT == NSVT)) in isConstOrConstSplat()