Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp8875 EVT NSVT = N.getValueType().getScalarType(); in isConstOrConstSplat() local
8876 assert(CVT.bitsGE(NSVT) && "Illegal build vector element extension"); in isConstOrConstSplat()
8877 if (AllowTruncation || (CVT == NSVT)) in isConstOrConstSplat()
8899 EVT NSVT = N.getValueType().getScalarType(); in isConstOrConstSplat() local
8900 assert(CVT.bitsGE(NSVT) && "Illegal build vector element extension"); in isConstOrConstSplat()
8901 if (AllowTruncation || (CVT == NSVT)) in isConstOrConstSplat()