Searched defs:isCLZForZeroUndef (Results 1 – 8 of 8) sorted by relevance
73 bool isCLZForZeroUndef() const override { return false; } in isCLZForZeroUndef() function
94 bool isCLZForZeroUndef() const override { return false; } in isCLZForZeroUndef() function
141 bool isCLZForZeroUndef() const final { return false; } in isCLZForZeroUndef() function
406 bool isCLZForZeroUndef() const override { return false; } in isCLZForZeroUndef() function
190 bool isCLZForZeroUndef() const override { return false; } in isCLZForZeroUndef() function
1097 bool ARMTargetInfo::isCLZForZeroUndef() const { return false; } in isCLZForZeroUndef() function in ARMTargetInfo
1251 bool AArch64TargetInfo::isCLZForZeroUndef() const { return false; } in isCLZForZeroUndef() function in AArch64TargetInfo
1025 virtual bool isCLZForZeroUndef() const { return true; } in isCLZForZeroUndef() function