Searched defs:isCLZForZeroUndef (Results 1 – 7 of 7) sorted by relevance
94 bool isCLZForZeroUndef() const override { return false; } in isCLZForZeroUndef() function
110 bool isCLZForZeroUndef() const final { return false; } in isCLZForZeroUndef() function
368 bool isCLZForZeroUndef() const override { return false; } in isCLZForZeroUndef() function
174 bool isCLZForZeroUndef() const override { return false; } in isCLZForZeroUndef() function
590 bool AArch64TargetInfo::isCLZForZeroUndef() const { return false; } in isCLZForZeroUndef() function in AArch64TargetInfo
908 bool ARMTargetInfo::isCLZForZeroUndef() const { return false; } in isCLZForZeroUndef() function in ARMTargetInfo
878 virtual bool isCLZForZeroUndef() const { return true; } in isCLZForZeroUndef() function