Home
last modified time | relevance | path

Searched defs:zextOrTrunc (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DKnownBits.h187 KnownBits zextOrTrunc(unsigned BitWidth) const { in zextOrTrunc() function
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DConstantRange.cpp857 ConstantRange ConstantRange::zextOrTrunc(uint32_t DstTySize) const { in zextOrTrunc() function in ConstantRange
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DAPInt.cpp994 APInt APInt::zextOrTrunc(unsigned width) const { in zextOrTrunc() function in APInt