Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp12926 EVT LastOpVT = Ops.back().getValueType(); in combineConcatVectorOfScalars() local
12927 if (LastOpVT.isFloatingPoint()) in combineConcatVectorOfScalars()
12929 else if (LastOpVT.isInteger()) in combineConcatVectorOfScalars()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp16035 EVT LastOpVT = Ops.back().getValueType(); in combineConcatVectorOfScalars() local
16036 if (LastOpVT.isFloatingPoint()) in combineConcatVectorOfScalars()
16038 else if (LastOpVT.isInteger()) in combineConcatVectorOfScalars()