Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp23861 EVT LastOpVT = Ops.back().getValueType(); in combineConcatVectorOfScalars() local
23862 if (LastOpVT.isFloatingPoint()) in combineConcatVectorOfScalars()
23864 else if (LastOpVT.isInteger()) in combineConcatVectorOfScalars()