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.cpp24941 EVT LastOpVT = Ops.back().getValueType(); in combineConcatVectorOfScalars() local
24942 if (LastOpVT.isFloatingPoint()) in combineConcatVectorOfScalars()
24943 AnyFPVT = LastOpVT; in combineConcatVectorOfScalars()
24944 else if (!LastOpVT.isInteger()) in combineConcatVectorOfScalars()