Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp781 EVT DstEVT = TLI.getValueType(I->getType()); in SelectBitCast() local
782 if (SrcEVT == MVT::Other || DstEVT == MVT::Other || in SelectBitCast()
783 !TLI.isTypeLegal(SrcEVT) || !TLI.isTypeLegal(DstEVT)) in SelectBitCast()
788 MVT DstVT = DstEVT.getSimpleVT(); in SelectBitCast()