Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp10692 EVT NSVT = N.getValueType().getScalarType(); in isConstOrConstSplat() local
10693 assert(CVT.bitsGE(NSVT) && "Illegal build vector element extension"); in isConstOrConstSplat()
10694 if (AllowTruncation || (CVT == NSVT)) in isConstOrConstSplat()
10716 EVT NSVT = N.getValueType().getScalarType(); in isConstOrConstSplat() local
10717 assert(CVT.bitsGE(NSVT) && "Illegal build vector element extension"); in isConstOrConstSplat()
10718 if (AllowTruncation || (CVT == NSVT)) in isConstOrConstSplat()