Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DKnownBits.h119 KnownBits zext(unsigned BitWidth) { in zext() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DAPInt.cpp864 APInt APInt::zext(unsigned width) const { in zext() function in APInt
/external/llvm/lib/Support/
DAPInt.cpp1002 APInt APInt::zext(unsigned width) const { in zext() function in APInt
/external/swiftshader/third_party/LLVM/lib/Support/
DAPInt.cpp1078 APInt APInt::zext(unsigned width) const { in zext() function in APInt
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DAPInt.cpp980 APInt APInt::zext(unsigned width) const { in zext() function in APInt
/external/clang/lib/Sema/
DSemaChecking.cpp7234 unsigned zext = shift.getZExtValue(); in GetExprRange() local