Home
last modified time | relevance | path

Searched defs:isCLZForZeroUndef (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/Targets/
H A DHexagon.h94 bool isCLZForZeroUndef() const override { return false; } in isCLZForZeroUndef() function
H A DWebAssembly.h110 bool isCLZForZeroUndef() const final { return false; } in isCLZForZeroUndef() function
H A DMips.h368 bool isCLZForZeroUndef() const override { return false; } in isCLZForZeroUndef() function
H A DPPC.h174 bool isCLZForZeroUndef() const override { return false; } in isCLZForZeroUndef() function
H A DAArch64.cpp590 bool AArch64TargetInfo::isCLZForZeroUndef() const { return false; } in isCLZForZeroUndef() function in AArch64TargetInfo
H A DARM.cpp908 bool ARMTargetInfo::isCLZForZeroUndef() const { return false; } in isCLZForZeroUndef() function in ARMTargetInfo
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DTargetInfo.h878 virtual bool isCLZForZeroUndef() const { return true; } in isCLZForZeroUndef() function