Home
last modified time | relevance | path

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

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