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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1551 EVT DstEVT = TLI.getValueType(DL, I->getType()); local
1552 if (SrcEVT == MVT::Other || DstEVT == MVT::Other ||
1553 !TLI.isTypeLegal(SrcEVT) || !TLI.isTypeLegal(DstEVT))
1558 MVT DstVT = DstEVT.getSimpleVT();

Completed in 108 milliseconds