HomeSort by relevance Sort by last modified time
    Searched refs:ElementVT (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp 454 EVT ElementVT = PartVT.getVectorElementType();
460 ElementVT, Val, DAG.getIntPtrConstant(i)));
464 Ops.push_back(DAG.getUNDEF(ElementVT));
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp 530 EVT ElementVT = PartVT.getVectorElementType();
536 ISD::EXTRACT_VECTOR_ELT, DL, ElementVT, Val,
541 Ops.push_back(DAG.getUNDEF(ElementVT));
    [all...]

Completed in 438 milliseconds