Searched defs:isCLZForZeroUndef (Results 1 – 8 of 8) sorted by relevance
/llvm-project/clang/lib/Basic/Targets/ | ||
H A D | ARC.h | 73 bool isCLZForZeroUndef() const override { return false; } isCLZForZeroUndef() function |
H A D | Hexagon.h | 93 bool isCLZForZeroUndef() const override { return false; } isCLZForZeroUndef() function |
H A D | WebAssembly.h | 141 bool isCLZForZeroUndef() const final { return false; } isCLZForZeroUndef() function |
H A D | Mips.h | 406 bool isCLZForZeroUndef() const override { return false; } isCLZForZeroUndef() function |
H A D | PPC.h | 184 bool isCLZForZeroUndef() const override { return false; } isCLZForZeroUndef() function |
H A D | ARM.cpp | 1095 bool ARMTargetInfo::isCLZForZeroUndef() const { return false; } isCLZForZeroUndef() function in ARMTargetInfo |
H A D | AArch64.cpp | 1196 bool AArch64TargetInfo::isCLZForZeroUndef() const { return false; } isCLZForZeroUndef() function in AArch64TargetInfo |
/llvm-project/clang/include/clang/Basic/ | ||
H A D | TargetInfo.h | 1025 virtual bool isCLZForZeroUndef() const { return true; } isCLZForZeroUndef() function |