Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp401 EVT BuiltVectorTy = in getCopyFromPartsVector() local
408 DL, BuiltVectorTy, Ops); in getCopyFromPartsVector()
708 EVT BuiltVectorTy = EVT::getVectorVT( in getCopyToPartsVector() local
710 if (Val.getValueType() != BuiltVectorTy) in getCopyToPartsVector()
711 Val = DAG.getNode(ISD::BITCAST, DL, BuiltVectorTy, Val); in getCopyToPartsVector()