Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp51102 unsigned TruncOpc = 0; in combineTruncateWithSat() local
51106 TruncOpc = X86ISD::VTRUNCS; in combineTruncateWithSat()
51109 TruncOpc = X86ISD::VTRUNCUS; in combineTruncateWithSat()
51128 SDValue Res = DAG.getNode(TruncOpc, DL, TruncVT, SatVal); in combineTruncateWithSat()