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.cpp5728 EVT DemotedVT; in TryMULWIDECombine() local
5730 DemotedVT = MVT::i16; in TryMULWIDECombine()
5732 DemotedVT = MVT::i32; in TryMULWIDECombine()
5738 DCI.DAG.getNode(ISD::TRUNCATE, DL, DemotedVT, LHS); in TryMULWIDECombine()
5740 DCI.DAG.getNode(ISD::TRUNCATE, DL, DemotedVT, RHS); in TryMULWIDECombine()