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

  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorOps.cpp 490 EVT DstEltVT = Op.getNode()->getValueType(0).getScalarType();
580 Lo = DAG.getAnyExtOrTrunc(Lo, dl, DstEltVT);
583 Lo = DAG.getZExtOrTrunc(Lo, dl, DstEltVT);
590 Lo = DAG.getSExtOrTrunc(Lo, dl, DstEltVT);
    [all...]
DAGCombiner.cpp     [all...]

Completed in 82 milliseconds