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