Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp454 EVT ElementVT = PartVT.getVectorElementType(); in getCopyToPartsVector() local
460 ElementVT, Val, DAG.getIntPtrConstant(i))); in getCopyToPartsVector()
464 Ops.push_back(DAG.getUNDEF(ElementVT)); in getCopyToPartsVector()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp530 EVT ElementVT = PartVT.getVectorElementType(); in getCopyToPartsVector() local
536 ISD::EXTRACT_VECTOR_ELT, DL, ElementVT, Val, in getCopyToPartsVector()
541 Ops.push_back(DAG.getUNDEF(ElementVT)); in getCopyToPartsVector()