Searched refs:isCLZForZeroUndef (Results 1 – 11 of 11) 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
201 bool isCLZForZeroUndef() const override;
174 bool isCLZForZeroUndef() const override;
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
3240 Builder.getInt1(HasFallback || getTarget().isCLZForZeroUndef()); in EmitBuiltinExpr()3272 Builder.getInt1(HasFallback || getTarget().isCLZForZeroUndef()); in EmitBuiltinExpr()7797 Ops.push_back(Builder.getInt1(getTarget().isCLZForZeroUndef())); in EmitCommonNeonBuiltinExpr()