Searched refs:DstEVT (Results 1 – 1 of 1) sorted by relevance
1534 EVT DstEVT = TLI.getValueType(DL, I->getType()); in selectBitCast() local1535 if (SrcEVT == MVT::Other || DstEVT == MVT::Other || in selectBitCast()1536 !TLI.isTypeLegal(SrcEVT) || !TLI.isTypeLegal(DstEVT)) in selectBitCast()1541 MVT DstVT = DstEVT.getSimpleVT(); in selectBitCast()