Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DKnownBits.h135 KnownBits zext(unsigned BitWidth, bool ExtendedBitsAreKnownZero) const { in zext() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/
H A DKnownBits.h163 KnownBits zext(unsigned BitWidth) const { in zext() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Support/
DKnownBits.h168 KnownBits zext(unsigned BitWidth) const { in zext() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Support/
DKnownBits.h168 KnownBits zext(unsigned BitWidth) const { in zext() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Support/
DKnownBits.h168 KnownBits zext(unsigned BitWidth) const { in zext() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Support/
DKnownBits.h163 KnownBits zext(unsigned BitWidth) const { in zext() function
/aosp_15_r20/external/mesa3d/src/asahi/compiler/
H A Dagx_pack.c462 bool zext = I->src[s].abs || I->src[s].type == AGX_INDEX_IMMEDIATE; in agx_pack_alu() local
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/lib/Support/
H A DAPInt.cpp965 APInt APInt::zext(unsigned width) const { in zext() function in APInt
/aosp_15_r20/external/llvm/lib/Support/
H A DAPInt.cpp1002 APInt APInt::zext(unsigned width) const { in zext() function in APInt
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DAPInt.cpp937 APInt APInt::zext(unsigned width) const { in zext() function in APInt
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/
H A DAPInt.cpp973 APInt APInt::zext(unsigned width) const { in zext() function in APInt
/aosp_15_r20/external/clang/lib/Sema/
H A DSemaChecking.cpp7234 unsigned zext = shift.getZExtValue(); in GetExprRange() local