Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp5463 EVT DemotedVT; in TryMULWIDECombine() local
5465 DemotedVT = MVT::i16; in TryMULWIDECombine()
5467 DemotedVT = MVT::i32; in TryMULWIDECombine()
5473 DCI.DAG.getNode(ISD::TRUNCATE, DL, DemotedVT, LHS); in TryMULWIDECombine()
5475 DCI.DAG.getNode(ISD::TRUNCATE, DL, DemotedVT, RHS); in TryMULWIDECombine()