Searched defs:zextOrTrunc (Results 1 – 3 of 3) sorted by relevance
/llvm-project/llvm/include/llvm/Support/ | ||
H A D | KnownBits.h | 185 KnownBits zextOrTrunc(unsigned BitWidth) const { zextOrTrunc() function |
/llvm-project/llvm/lib/IR/ | ||
H A D | ConstantRange.cpp | 916 ConstantRange ConstantRange::zextOrTrunc(uint32_t DstTySize) const { zextOrTrunc() function in ConstantRange |
/llvm-project/llvm/lib/Support/ | ||
H A D | APInt.cpp | 1002 APInt APInt::zextOrTrunc(unsigned width) const { zextOrTrunc() function in APInt |