Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp5464 EVT DemotedVT; in TryMULWIDECombine() local
5466 DemotedVT = MVT::i16; in TryMULWIDECombine()
5468 DemotedVT = MVT::i32; in TryMULWIDECombine()
5474 DCI.DAG.getNode(ISD::TRUNCATE, DL, DemotedVT, LHS); in TryMULWIDECombine()
5476 DCI.DAG.getNode(ISD::TRUNCATE, DL, DemotedVT, RHS); in TryMULWIDECombine()