Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DKnownBits.h163 KnownBits zext(unsigned BitWidth) const { in zext() function
/llvm-project-15.0.7/llvm/lib/Support/
H A DAPInt.cpp973 APInt APInt::zext(unsigned width) const { in zext() function in APInt
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaChecking.cpp12320 unsigned zext = shift->getZExtValue(); in GetExprRange() local