Home
last modified time | relevance | path

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

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