Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1534 EVT DstEVT = TLI.getValueType(DL, I->getType()); in selectBitCast() local
1535 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()