Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPInt.h1285 LLVM_ABI APInt truncSSat(unsigned width) const;
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPInt.cpp973 APInt APInt::truncSSat(unsigned width) const { in truncSSat() function in APInt
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp50265 Val = Val.truncSSat(DstBitsPerElt); in combineVectorPack()