Home
last modified time | relevance | path

Searched defs:sextOrTrunc (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DKnownBits.h195 KnownBits sextOrTrunc(unsigned BitWidth) const { in sextOrTrunc() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DInterleavedLoadCombinePass.cpp492 Polynomial &sextOrTrunc(unsigned n) { in sextOrTrunc() function in __anone3e148260111::Polynomial
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DConstantRange.cpp788 ConstantRange ConstantRange::sextOrTrunc(uint32_t DstTySize) const { in sextOrTrunc() function in ConstantRange
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DAPInt.cpp956 APInt APInt::sextOrTrunc(unsigned width) const { in sextOrTrunc() function in APInt