Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DKnownBits.h197 KnownBits sextOrTrunc(unsigned BitWidth) const { in sextOrTrunc() function
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DInterleavedLoadCombinePass.cpp491 Polynomial &sextOrTrunc(unsigned n) { in sextOrTrunc() function in __anon2ef9c9f20111::Polynomial
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DConstantRange.cpp866 ConstantRange ConstantRange::sextOrTrunc(uint32_t DstTySize) const { in sextOrTrunc() function in ConstantRange
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DAPInt.cpp1002 APInt APInt::sextOrTrunc(unsigned width) const { in sextOrTrunc() function in APInt