Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp1290 EVT DstEVT = TLI.getValueType(DL, I->getType()); in selectBitCast() local
1291 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()