Searched refs:DstEVT (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1290 EVT DstEVT = TLI.getValueType(DL, I->getType()); local
1291 if (SrcEVT == MVT::Other || DstEVT == MVT::Other ||
1292 !TLI.isTypeLegal(SrcEVT) || !TLI.isTypeLegal(DstEVT))
1297 MVT DstVT = DstEVT.getSimpleVT();

Completed in 222 milliseconds