Home
last modified time | relevance | path

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

/external/mesa3d/src/panfrost/midgard/
Dmidgard_address.c43 bool zext; member
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DKnownBits.h135 KnownBits zext(unsigned BitWidth, bool ExtendedBitsAreKnownZero) const { in zext() function
/external/llvm/lib/Support/
DAPInt.cpp1002 APInt APInt::zext(unsigned width) const { in zext() function in APInt
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DAPInt.cpp965 APInt APInt::zext(unsigned width) const { in zext() function in APInt
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DAPInt.cpp937 APInt APInt::zext(unsigned width) const { in zext() function in APInt
/external/clang/lib/Sema/
DSemaChecking.cpp7234 unsigned zext = shift.getZExtValue(); in GetExprRange() local