Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp27733 EmitTruncSStore(bool SignedSat, SDValue Chain, const SDLoc &Dl, SDValue Val, in EmitTruncSStore() argument
27739 unsigned Opc = SignedSat ? X86ISD::VTRUNCSTORES : X86ISD::VTRUNCSTOREUS; in EmitTruncSStore()
27745 EmitMaskedTruncSStore(bool SignedSat, SDValue Chain, const SDLoc &Dl, in EmitMaskedTruncSStore() argument
27750 unsigned Opc = SignedSat ? X86ISD::VMTRUNCSTORES : X86ISD::VMTRUNCSTOREUS; in EmitMaskedTruncSStore()