Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DKnownBits.h135 KnownBits zext(unsigned BitWidth, bool ExtendedBitsAreKnownZero) const { in zext() function
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/
DKnownBits.h163 KnownBits zext(unsigned BitWidth) const { in zext() function
/external/mesa3d/src/asahi/compiler/
Dagx_pack.c462 bool zext = I->src[s].abs || I->src[s].type == AGX_INDEX_IMMEDIATE; in agx_pack_alu() local
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DAPInt.cpp965 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-16.0/llvm/lib/Support/
DAPInt.cpp973 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