Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/Basic/Targets/
H A DARC.h73 bool isCLZForZeroUndef() const override { return false; } in isCLZForZeroUndef() function
H A DHexagon.h93 bool isCLZForZeroUndef() const override { return false; } isCLZForZeroUndef() function
H A DWebAssembly.h136 bool isCLZForZeroUndef() const final { return false; } isCLZForZeroUndef() function
H A DMips.h382 bool isCLZForZeroUndef() const override { return false; } isCLZForZeroUndef() function
H A DPPC.h180 bool isCLZForZeroUndef() const override { return false; } isCLZForZeroUndef() function
H A DARM.cpp1096 bool ARMTargetInfo::isCLZForZeroUndef() const { return false; } isCLZForZeroUndef() function in ARMTargetInfo
H A DAArch64.cpp1182 bool AArch64TargetInfo::isCLZForZeroUndef() const { return false; } isCLZForZeroUndef() function in AArch64TargetInfo
/freebsd-src/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h986 virtual bool isCLZForZeroUndef() const { return true; } isCLZForZeroUndef() function