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

  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorOps.cpp 510 EVT DstEltVT = LD->getValueType(0).getScalarType();
605 Lo = DAG.getAnyExtOrTrunc(Lo, dl, DstEltVT);
608 Lo = DAG.getZExtOrTrunc(Lo, dl, DstEltVT);
616 Lo = DAG.getSExtOrTrunc(Lo, dl, DstEltVT);
    [all...]
TargetLowering.cpp     [all...]

Completed in 107 milliseconds